/AWS1/CL_RGRFAILEDRESOURCE¶
A resource that failed to be added to or removed from a group.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn
TYPE /AWS1/RGRRESOURCEARN
/AWS1/RGRRESOURCEARN
¶
The Amazon resource name (ARN) of the resource that failed to be added or removed.
iv_errormessage
TYPE /AWS1/RGRERRORMESSAGE
/AWS1/RGRERRORMESSAGE
¶
The error message text associated with the failure.
iv_errorcode
TYPE /AWS1/RGRERRORCODE
/AWS1/RGRERRORCODE
¶
The error code associated with the failure.
Queryable Attributes¶
ResourceArn¶
The Amazon resource name (ARN) of the resource that failed to be added or removed.
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 |
ErrorMessage¶
The error message text associated with the failure.
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 |
ErrorCode¶
The error code associated with the failure.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FAILEDRESOURCELIST
¶
TYPES TT_FAILEDRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRFAILEDRESOURCE WITH DEFAULT KEY
.