/AWS1/CL_CFSFAILEDDELREMEDIA00¶
List of each of the failed delete remediation exceptions with specific reasons.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_failuremessage TYPE /AWS1/CFSSTRING /AWS1/CFSSTRING¶
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
it_faileditems TYPE /AWS1/CL_CFSREMEDIATIONEXRES00=>TT_REMEDIATIONEXRESOURCEKEYS TT_REMEDIATIONEXRESOURCEKEYS¶
Returns remediation exception resource key object of the failed items.
Queryable Attributes¶
FailureMessage¶
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
FailedItems¶
Returns remediation exception resource key object of the failed items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDITEMS() |
Getter for FAILEDITEMS, with configurable default |
ASK_FAILEDITEMS() |
Getter for FAILEDITEMS w/ exceptions if field has no value |
HAS_FAILEDITEMS() |
Determine if FAILEDITEMS 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_FAILEDDELREMEDIATIONEXSBT00¶
TYPES TT_FAILEDDELREMEDIATIONEXSBT00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CFSFAILEDDELREMEDIA00 WITH DEFAULT KEY
.