C# Class Amazon.ElasticBeanstalk.FailureType

Constants used for properties of type FailureType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CancellationFailed FailureType
InternalFailure FailureType
InvalidEnvironmentState FailureType
PermissionsError FailureType
RollbackFailed FailureType
RollbackSuccessful FailureType
UpdateCancelled FailureType

Public Methods

Method Description
FailureType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : FailureType

Finds the constant for the unique value.

Method Details

FailureType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public FailureType ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : FailureType
value string The unique value for the constant
return FailureType

Property Details

CancellationFailed public static property

Constant CancellationFailed for FailureType
public static FailureType,Amazon.ElasticBeanstalk CancellationFailed
return FailureType

InternalFailure public static property

Constant InternalFailure for FailureType
public static FailureType,Amazon.ElasticBeanstalk InternalFailure
return FailureType

InvalidEnvironmentState public static property

Constant InvalidEnvironmentState for FailureType
public static FailureType,Amazon.ElasticBeanstalk InvalidEnvironmentState
return FailureType

PermissionsError public static property

Constant PermissionsError for FailureType
public static FailureType,Amazon.ElasticBeanstalk PermissionsError
return FailureType

RollbackFailed public static property

Constant RollbackFailed for FailureType
public static FailureType,Amazon.ElasticBeanstalk RollbackFailed
return FailureType

RollbackSuccessful public static property

Constant RollbackSuccessful for FailureType
public static FailureType,Amazon.ElasticBeanstalk RollbackSuccessful
return FailureType

UpdateCancelled public static property

Constant UpdateCancelled for FailureType
public static FailureType,Amazon.ElasticBeanstalk UpdateCancelled
return FailureType