C# Class Amazon.EC2.Model.DryRunResult

DryRun result If the dry-run was successful, the IsSuccessful field will be set to true; otherwise, false. More information may be available on the Message and Error fields.
Show file Open project: scopely/aws-sdk-net

Public Methods

Method Description
IsSetError ( ) : bool
IsSetMessage ( ) : bool

Private Methods

Method Description
IsSetIsSuccessful ( ) : bool

Method Details

IsSetError() public method

public IsSetError ( ) : bool
return bool

IsSetMessage() public method

public IsSetMessage ( ) : bool
return bool