Class: Aws::EMR::Types::InstanceFleetStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceFleetStateChangeReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Provides status change reason details for the instance fleet.
<note markdown=“1”> The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
</note>
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.
2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-emr/types.rb', line 2016 class InstanceFleetStateChangeReason < Struct.new( :code, :message) include Aws::Structure end |
#message ⇒ String
An explanatory message.
2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-emr/types.rb', line 2016 class InstanceFleetStateChangeReason < Struct.new( :code, :message) include Aws::Structure end |