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

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


6495
6496
6497
6498
6499
6500
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6495

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

#messageString

The descriptive message for the state change reason.

Returns:

  • (String)


6495
6496
6497
6498
6499
6500
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6495

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