/AWS1/CL_CWSSVCLEVELOBJIVEBU01¶
A structure containing information about one error that occurred during a BatchGetServiceLevelObjectiveBudgetReport operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CWSSVCLEVELOBJECTIVENAME /AWS1/CWSSVCLEVELOBJECTIVENAME¶
The name of the SLO that this error is related to.
iv_arn TYPE /AWS1/CWSSVCLEVELOBJECTIVEARN /AWS1/CWSSVCLEVELOBJECTIVEARN¶
The ARN of the SLO that this error is related to.
iv_errorcode TYPE /AWS1/CWSSVCLEVELOBJIVEBUDGE01 /AWS1/CWSSVCLEVELOBJIVEBUDGE01¶
The error code for this error.
iv_errormessage TYPE /AWS1/CWSSVCLEVELOBJIVEBUDGE02 /AWS1/CWSSVCLEVELOBJIVEBUDGE02¶
The message for this error.
Queryable Attributes¶
Name¶
The name of the SLO that this error is related to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Arn¶
The ARN of the SLO that this error is related to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
ErrorCode¶
The error code for this error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
ErrorMessage¶
The message for this error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_SVCLEVELOBJIVEBUDGETRPTERRS¶
TYPES TT_SVCLEVELOBJIVEBUDGETRPTERRS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWSSVCLEVELOBJIVEBU01 WITH DEFAULT KEY
.