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)


6480
6481
6482
6483
6484
6485
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6480

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

#messageString

The descriptive message for the state change reason.

Returns:

  • (String)


6480
6481
6482
6483
6484
6485
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6480

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