You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::ClusterStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ClusterStateChangeReason
- Defined in:
- (unknown)
Overview
The reason that the cluster changed to its current state.
Returned by:
Instance Attribute Summary collapse
-
#code ⇒ String
The programmatic code for the state change reason.
-
#message ⇒ String
The descriptive message for the state change reason.
Instance Attribute Details
#code ⇒ String
The programmatic code for the state change reason.
Possible values:
- INTERNAL_ERROR
- VALIDATION_ERROR
- INSTANCE_FAILURE
- INSTANCE_FLEET_TIMEOUT
- BOOTSTRAP_FAILURE
- USER_REQUEST
- STEP_FAILURE
- ALL_STEPS_COMPLETED
#message ⇒ String
The descriptive message for the state change reason.