Class: Aws::EMR::Types::StepStateChangeReason

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

Overview

The details of the step state change reason.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

Returns:

  • (String)


6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-emr/types.rb', line 6447

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

#messageString

The descriptive message for the state change reason.

Returns:

  • (String)


6447
6448
6449
6450
6451
6452
# File 'lib/aws-sdk-emr/types.rb', line 6447

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