Class: Aws::EMR::Types::StepStateChangeReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StepStateChangeReason
- 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
-
#code ⇒ String
The programmable code for the state change reason.
-
#message ⇒ String
The descriptive message for the state change reason.
Instance Attribute Details
#code ⇒ String
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
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 |
#message ⇒ String
The descriptive message for the state change reason.
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 |