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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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

Instance Attribute Details

#codeString

The programmable code for the state change reason.

Returns:

  • (String)


3126
3127
3128
3129
3130
3131
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3126

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

#messageString

The status change reason description.

Returns:

  • (String)


3126
3127
3128
3129
3130
3131
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3126

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