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)


6429
6430
6431
6432
6433
6434
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6429

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

#messageString

The descriptive message for the state change reason.

Returns:

  • (String)


6429
6430
6431
6432
6433
6434
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6429

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