/AWS1/CL_HLTEVENTDETSERRORITEM¶
Error information returned when a DescribeEventDetails operation can't find a specified event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_eventarn TYPE /AWS1/HLTEVENTARN /AWS1/HLTEVENTARN¶
The unique identifier for the event. The event ARN has the
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_IDformat.For example, an event ARN might look like the following:
arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
iv_errorname TYPE /AWS1/HLTSTRING /AWS1/HLTSTRING¶
The name of the error.
iv_errormessage TYPE /AWS1/HLTSTRING /AWS1/HLTSTRING¶
A message that describes the error.
Queryable Attributes¶
eventArn¶
The unique identifier for the event. The event ARN has the
arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_IDformat.For example, an event ARN might look like the following:
arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTARN() |
Getter for EVENTARN, with configurable default |
ASK_EVENTARN() |
Getter for EVENTARN w/ exceptions if field has no value |
HAS_EVENTARN() |
Determine if EVENTARN has a value |
errorName¶
The name of the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORNAME() |
Getter for ERRORNAME, with configurable default |
ASK_ERRORNAME() |
Getter for ERRORNAME w/ exceptions if field has no value |
HAS_ERRORNAME() |
Determine if ERRORNAME has a value |
errorMessage¶
A message that describes the error.
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_DESCREVENTDETAILSFAILEDSET¶
TYPES TT_DESCREVENTDETAILSFAILEDSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_HLTEVENTDETSERRORITEM WITH DEFAULT KEY
.