/AWS1/CL_EMRCANCELSTEPSINFO¶
Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_stepid
TYPE /AWS1/EMRSTEPID
/AWS1/EMRSTEPID
¶
The encrypted StepId of a step.
iv_status
TYPE /AWS1/EMRCANCELSTEPSREQSTATUS
/AWS1/EMRCANCELSTEPSREQSTATUS
¶
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
iv_reason
TYPE /AWS1/EMRSTRING
/AWS1/EMRSTRING
¶
The reason for the failure if the CancelSteps request fails.
Queryable Attributes¶
StepId¶
The encrypted StepId of a step.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPID() |
Getter for STEPID, with configurable default |
ASK_STEPID() |
Getter for STEPID w/ exceptions if field has no value |
HAS_STEPID() |
Determine if STEPID has a value |
Status¶
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Reason¶
The reason for the failure if the CancelSteps request fails.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CANCELSTEPSINFOLIST
¶
TYPES TT_CANCELSTEPSINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EMRCANCELSTEPSINFO WITH DEFAULT KEY
.