C# Class Amazon.ElasticMapReduce.ClusterStateChangeReasonCode

Constants used for properties of type ClusterStateChangeReasonCode.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ALL_STEPS_COMPLETED ClusterStateChangeReasonCode
BOOTSTRAP_FAILURE ClusterStateChangeReasonCode
INSTANCE_FAILURE ClusterStateChangeReasonCode
INTERNAL_ERROR ClusterStateChangeReasonCode
STEP_FAILURE ClusterStateChangeReasonCode
USER_REQUEST ClusterStateChangeReasonCode
VALIDATION_ERROR ClusterStateChangeReasonCode

Public Methods

Method Description
ClusterStateChangeReasonCode ( 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 ) : ClusterStateChangeReasonCode

Finds the constant for the unique value.

Method Details

ClusterStateChangeReasonCode() 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 ClusterStateChangeReasonCode ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

ALL_STEPS_COMPLETED public_oe static_oe property

Constant ALL_STEPS_COMPLETED for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce ALL_STEPS_COMPLETED
return ClusterStateChangeReasonCode

BOOTSTRAP_FAILURE public_oe static_oe property

Constant BOOTSTRAP_FAILURE for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce BOOTSTRAP_FAILURE
return ClusterStateChangeReasonCode

INSTANCE_FAILURE public_oe static_oe property

Constant INSTANCE_FAILURE for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce INSTANCE_FAILURE
return ClusterStateChangeReasonCode

INTERNAL_ERROR public_oe static_oe property

Constant INTERNAL_ERROR for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce INTERNAL_ERROR
return ClusterStateChangeReasonCode

STEP_FAILURE public_oe static_oe property

Constant STEP_FAILURE for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce STEP_FAILURE
return ClusterStateChangeReasonCode

USER_REQUEST public_oe static_oe property

Constant USER_REQUEST for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce USER_REQUEST
return ClusterStateChangeReasonCode

VALIDATION_ERROR public_oe static_oe property

Constant VALIDATION_ERROR for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce VALIDATION_ERROR
return ClusterStateChangeReasonCode