/AWS1/CL_CNTFAILBATCHASSOCSUMM¶
Contains information about a resource that failed to be associated with a workspace in a batch operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The Amazon Resource Name (ARN) of the resource that failed to be associated.
iv_errorcode TYPE /AWS1/CNTWORKSPACEERRORCODE /AWS1/CNTWORKSPACEERRORCODE¶
The error code indicating why the association failed.
iv_errormessage TYPE /AWS1/CNTWORKSPACEBTCERRORMSG /AWS1/CNTWORKSPACEBTCERRORMSG¶
An error message describing why the association failed.
Queryable Attributes¶
ResourceArn¶
The Amazon Resource Name (ARN) of the resource that failed to be associated.
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 |
ErrorCode¶
The error code indicating why the association failed.
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¶
An error message describing why the association failed.
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_FAILEDBATCHASSOCSUMMARYLIST¶
TYPES TT_FAILEDBATCHASSOCSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTFAILBATCHASSOCSUMM WITH DEFAULT KEY
.