/AWS1/CL_SSMFAILUREDETAILS¶
Information about an Automation failure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failurestage TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
iv_failuretype TYPE /AWS1/SSMSTRING /AWS1/SSMSTRING¶
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
it_details TYPE /AWS1/CL_SSMAUTOMATIONPRMVAL00=>TT_AUTOMATIONPARAMETERMAP TT_AUTOMATIONPARAMETERMAP¶
Detailed information about the Automation step failure.
Queryable Attributes¶
FailureStage¶
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURESTAGE() |
Getter for FAILURESTAGE, with configurable default |
ASK_FAILURESTAGE() |
Getter for FAILURESTAGE w/ exceptions if field has no value |
HAS_FAILURESTAGE() |
Determine if FAILURESTAGE has a value |
FailureType¶
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURETYPE() |
Getter for FAILURETYPE, with configurable default |
ASK_FAILURETYPE() |
Getter for FAILURETYPE w/ exceptions if field has no value |
HAS_FAILURETYPE() |
Determine if FAILURETYPE has a value |
Details¶
Detailed information about the Automation step failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS, with configurable default |
ASK_DETAILS() |
Getter for DETAILS w/ exceptions if field has no value |
HAS_DETAILS() |
Determine if DETAILS has a value |