Class: Aws::EMR::Types::InstanceStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceStateChangeReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The details of the status change reason for the instance.
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.
3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-emr/types.rb', line 3155 class InstanceStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status change reason description.
3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-emr/types.rb', line 3155 class InstanceStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |