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.
6782 6783 6784 6785 6786 6787 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6782 class StepStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The descriptive message for the state change reason.
6782 6783 6784 6785 6786 6787 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6782 class StepStateChangeReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |