/AWS1/CL_RE2VIEWSTATUS¶
Contains information about the status of a Resource Explorer view operation in a specific Region.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/RE2OPERATIONSTATUS /AWS1/RE2OPERATIONSTATUS¶
The current status of the view operation. Valid values are
SUCCEEDED,FAILED,IN_PROGRESS, orSKIPPED.
io_view TYPE REF TO /AWS1/CL_RE2VIEW /AWS1/CL_RE2VIEW¶
View
io_errordetails TYPE REF TO /AWS1/CL_RE2ERRORDETAILS /AWS1/CL_RE2ERRORDETAILS¶
Details about any error that occurred during the view operation.
Queryable Attributes¶
Status¶
The current status of the view operation. Valid values are
SUCCEEDED,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 |
View¶
View
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIEW() |
Getter for VIEW |
ErrorDetails¶
Details about any error that occurred during the view operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAILS() |
Getter for ERRORDETAILS |