C# Class Amazon.ElasticMapReduce.InstanceStateChangeReasonCode

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

Public Properties

Property Type Description
BOOTSTRAP_FAILURE InstanceStateChangeReasonCode
CLUSTER_TERMINATED InstanceStateChangeReasonCode
INSTANCE_FAILURE InstanceStateChangeReasonCode
INTERNAL_ERROR InstanceStateChangeReasonCode
VALIDATION_ERROR InstanceStateChangeReasonCode

Public Methods

Method Description
FindValue ( string value ) : InstanceStateChangeReasonCode

Finds the constant for the unique value.

InstanceStateChangeReasonCode ( 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.

Method Details

FindValue() public static method

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

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

Property Details

BOOTSTRAP_FAILURE public static property

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

CLUSTER_TERMINATED public static property

Constant CLUSTER_TERMINATED for InstanceStateChangeReasonCode
public static InstanceStateChangeReasonCode,Amazon.ElasticMapReduce CLUSTER_TERMINATED
return InstanceStateChangeReasonCode

INSTANCE_FAILURE public static property

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

INTERNAL_ERROR public static property

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

VALIDATION_ERROR public static property

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