AWS SDK for .NET Documentation
DryRunResult Class
AmazonAmazon.EC2.ModelDryRunResult Did this page help you?   Yes   No    Tell us about it...
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.
Declaration Syntax
C#
public class DryRunResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DryRunResult()()()()
Initializes a new instance of the DryRunResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Error
Exception associated with the response, if there was one.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetError()()()()
Checks if Error property is set

IsSetIsSuccessful()()()()
Checks if IsSuccessful property is set

IsSetMessage()()()()
Checks if Message property is set

IsSuccessful
Flag that signals if you have the required permissions to execute the request.

Message
Message associated with the response.

ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object.ToString()()()().)
ToXML()()()()
XML Representation of this object

Inheritance Hierarchy
Object
DryRunResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)