/AWS1/CL_EKSCANCELLATION¶
Contains information about the latest cancellation of an update to an Amazon EKS cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/EKSCANCELLATIONSTATUS /AWS1/EKSCANCELLATIONSTATUS¶
The current status of the cancellation. Valid values are
InProgress,Failed, andSuccessful.
iv_reason TYPE /AWS1/EKSSTRING /AWS1/EKSSTRING¶
A message providing additional details about the cancellation, such as the reason for the cancellation or failure details.
Queryable Attributes¶
status¶
The current status of the cancellation. Valid values are
InProgress,Failed, andSuccessful.
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¶
A message providing additional details about the cancellation, such as the reason for the cancellation or failure details.
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 |