C# Class Amazon.CodePipeline.FailureType

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

Public Properties

Property Type Description
ConfigurationError FailureType
JobFailed FailureType
PermissionError FailureType
RevisionOutOfSync FailureType
RevisionUnavailable FailureType
SystemUnavailable 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

ConfigurationError public static property

Constant ConfigurationError for FailureType
public static FailureType,Amazon.CodePipeline ConfigurationError
return FailureType

JobFailed public static property

Constant JobFailed for FailureType
public static FailureType,Amazon.CodePipeline JobFailed
return FailureType

PermissionError public static property

Constant PermissionError for FailureType
public static FailureType,Amazon.CodePipeline PermissionError
return FailureType

RevisionOutOfSync public static property

Constant RevisionOutOfSync for FailureType
public static FailureType,Amazon.CodePipeline RevisionOutOfSync
return FailureType

RevisionUnavailable public static property

Constant RevisionUnavailable for FailureType
public static FailureType,Amazon.CodePipeline RevisionUnavailable
return FailureType

SystemUnavailable public static property

Constant SystemUnavailable for FailureType
public static FailureType,Amazon.CodePipeline SystemUnavailable
return FailureType