Class: Aws::EMR::Types::CancelStepsInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::CancelStepsInfo
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the failure if the CancelSteps request fails.
-
#status ⇒ String
The status of a CancelSteps Request.
-
#step_id ⇒ String
The encrypted StepId of a step.
Instance Attribute Details
#reason ⇒ String
The reason for the failure if the CancelSteps request fails.
452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 452 class CancelStepsInfo < Struct.new( :step_id, :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 452 class CancelStepsInfo < Struct.new( :step_id, :status, :reason) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The encrypted StepId of a step.
452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 452 class CancelStepsInfo < Struct.new( :step_id, :status, :reason) SENSITIVE = [] include Aws::Structure end |