Class: Aws::EMR::Types::InstanceFleetStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceFleetStateChangeReason
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Provides status change reason details for the instance fleet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A code corresponding to the reason the state change occurred.
-
#message ⇒ String
An explanatory message.
Instance Attribute Details
#code ⇒ String
A code corresponding to the reason the state change occurred.
2628 2629 2630 2631 2632 2633 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2628 class InstanceFleetStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An explanatory message.
2628 2629 2630 2631 2632 2633 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2628 class InstanceFleetStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |