/AWS1/CL_CWSBATCHDELETEERROR¶
Represents an error that occurred when attempting to delete a configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcearn TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
ARN of the configuration that failed to delete.
iv_code TYPE /AWS1/CWSBATCHDELETEERRORCODE /AWS1/CWSBATCHDELETEERRORCODE¶
Error code indicating the type of failure.
iv_message TYPE /AWS1/CWSSTRING /AWS1/CWSSTRING¶
Descriptive error message.
Queryable Attributes¶
ResourceArn¶
ARN of the configuration that failed to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEARN() |
Getter for RESOURCEARN, with configurable default |
ASK_RESOURCEARN() |
Getter for RESOURCEARN w/ exceptions if field has no value |
HAS_RESOURCEARN() |
Determine if RESOURCEARN has a value |
Code¶
Error code indicating the type of failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Message¶
Descriptive error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_BATCHDELETEERRORLIST¶
TYPES TT_BATCHDELETEERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSBATCHDELETEERROR WITH DEFAULT KEY
.