/AWS1/CL_RGRGROUPINGSTATESITEM¶
The information about a grouping or ungrouping resource action.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_resourcearn
TYPE /AWS1/RGRRESOURCEARN
/AWS1/RGRRESOURCEARN
¶
The Amazon resource name (ARN) of a resource.
iv_action
TYPE /AWS1/RGRGROUPINGTYPE
/AWS1/RGRGROUPINGTYPE
¶
Describes the resource grouping action with values of
GROUP
orUNGROUP
.
iv_status
TYPE /AWS1/RGRGROUPINGSTATUS
/AWS1/RGRGROUPINGSTATUS
¶
Describes the resource grouping status with values of
SUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.
iv_errormessage
TYPE /AWS1/RGRERRORMESSAGE
/AWS1/RGRERRORMESSAGE
¶
A message that explains the
ErrorCode
.
iv_errorcode
TYPE /AWS1/RGRERRORCODE
/AWS1/RGRERRORCODE
¶
Specifies the error code that was raised.
iv_updatedat
TYPE /AWS1/RGRTIMESTAMP
/AWS1/RGRTIMESTAMP
¶
A timestamp of when the status was last updated.
Queryable Attributes¶
ResourceArn¶
The Amazon resource name (ARN) of a resource.
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 |
Action¶
Describes the resource grouping action with values of
GROUP
orUNGROUP
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
Status¶
Describes the resource grouping status with values of
SUCCESS
,FAILED
,IN_PROGRESS
, orSKIPPED
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
ErrorMessage¶
A message that explains the
ErrorCode
.
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¶
Specifies the error code that was raised.
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 |
UpdatedAt¶
A timestamp of when the status was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_GROUPINGSTATUSESLIST
¶
TYPES TT_GROUPINGSTATUSESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRGROUPINGSTATESITEM WITH DEFAULT KEY
.