Class: Aws::EMR::Types::ClusterStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ClusterStateChangeReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The reason that the cluster changed to its current state.
Constant Summary collapse
- SENSITIVE =
[]
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.
850 851 852 853 854 855 |
# File 'lib/aws-sdk-emr/types.rb', line 850 class ClusterStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The descriptive message for the state change reason.
850 851 852 853 854 855 |
# File 'lib/aws-sdk-emr/types.rb', line 850 class ClusterStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |