CancelStepsInfo

Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The reason for the failure if the CancelSteps request fails.

Link copied to clipboard

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

Link copied to clipboard

The encrypted StepId of a step.

Functions

Link copied to clipboard
inline fun copy(block: CancelStepsInfo.Builder.() -> Unit = {}): CancelStepsInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String