Class: Aws::EMR::Types::InstanceGroupStateChangeReason

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

Overview

The status change reason details for the instance group.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The programmable code for the state change reason.

Returns:

  • (String)


2518
2519
2520
2521
2522
# File 'lib/aws-sdk-emr/types.rb', line 2518

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

#messageString

The status change reason description.

Returns:

  • (String)


2518
2519
2520
2521
2522
# File 'lib/aws-sdk-emr/types.rb', line 2518

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