Class: Aws::EMR::Types::InstanceStateChangeReason

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The details of the status change reason for the instance.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The programmable code for the state change reason.



2619
2620
2621
2622
2623
# File 'lib/aws-sdk-emr/types.rb', line 2619

class InstanceStateChangeReason < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

The status change reason description.



2619
2620
2621
2622
2623
# File 'lib/aws-sdk-emr/types.rb', line 2619

class InstanceStateChangeReason < Struct.new(
  :code,
  :message)
  include Aws::Structure
end