You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::CancelStepsInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason for the failure if the CancelSteps request fails.

Returns:

  • (String)

    The reason for the failure if the CancelSteps request fails.

#statusString

The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

Possible values:

  • SUBMITTED
  • FAILED

Returns:

  • (String)

    The status of a CancelSteps Request.

#step_idString

The encrypted StepId of a step.

Returns:

  • (String)

    The encrypted StepId of a step.