/AWS1/CL_IOPSENDDIRECTMSGRSP¶
The output from the SendDirectMessage operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_message TYPE /AWS1/IOPRESPONSEMESSAGE /AWS1/IOPRESPONSEMESSAGE¶
The status message indicating the result of the operation.
iv_traceid TYPE /AWS1/IOPTRACEID /AWS1/IOPTRACEID¶
A unique identifier for the request. Include this value when contacting Amazon Web Services Support for troubleshooting.
Queryable Attributes¶
message¶
The status message indicating the result of the operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
traceId¶
A unique identifier for the request. Include this value when contacting Amazon Web Services Support for troubleshooting.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACEID() |
Getter for TRACEID, with configurable default |
ASK_TRACEID() |
Getter for TRACEID w/ exceptions if field has no value |
HAS_TRACEID() |
Determine if TRACEID has a value |