/AWS1/CL_OSSVPCENDPTERRORDET¶
Error information for a failed BatchGetVpcEndpoint request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/OSSVPCENDPOINTID /AWS1/OSSVPCENDPOINTID¶
The unique identifier of the VPC endpoint.
iv_errormessage TYPE /AWS1/OSSSTRING /AWS1/OSSSTRING¶
An error message describing the reason for the failure.
iv_errorcode TYPE /AWS1/OSSSTRING /AWS1/OSSSTRING¶
The error code for the failed request.
Queryable Attributes¶
id¶
The unique identifier of the VPC endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
errorMessage¶
An error message describing the reason for 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 for the failed request.
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_VPCENDPOINTERRORDETAILS¶
TYPES TT_VPCENDPOINTERRORDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSSVPCENDPTERRORDET WITH DEFAULT KEY
.