Class: Aws::EMR::Types::InstanceGroupStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceGroupStateChangeReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The status change reason details for the instance group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The programmable code for the state change reason.
-
#message ⇒ String
The status change reason description.
Instance Attribute Details
#code ⇒ String
The programmable code for the state change reason.
3059 3060 3061 3062 3063 3064 |
# File 'lib/aws-sdk-emr/types.rb', line 3059 class InstanceGroupStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status change reason description.
3059 3060 3061 3062 3063 3064 |
# File 'lib/aws-sdk-emr/types.rb', line 3059 class InstanceGroupStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |