C# Class Amazon.ElasticMapReduce.InstanceGroupStateChangeReasonCode

Constants used for properties of type InstanceGroupStateChangeReasonCode.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
CLUSTER_TERMINATED InstanceGroupStateChangeReasonCode
INSTANCE_FAILURE InstanceGroupStateChangeReasonCode
INTERNAL_ERROR InstanceGroupStateChangeReasonCode
VALIDATION_ERROR InstanceGroupStateChangeReasonCode

Public Methods

Method Description
FindValue ( string value ) : InstanceGroupStateChangeReasonCode

Finds the constant for the unique value.

InstanceGroupStateChangeReasonCode ( 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 ) : InstanceGroupStateChangeReasonCode
value string The unique value for the constant
return InstanceGroupStateChangeReasonCode

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

Property Details

CLUSTER_TERMINATED public_oe static_oe property

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

INSTANCE_FAILURE public_oe static_oe property

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

INTERNAL_ERROR public_oe static_oe property

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

VALIDATION_ERROR public_oe static_oe property

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