/AWS1/CL_EC2DELFLEETERRORITEM¶
Describes an EC2 Fleet that was not successfully deleted.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_error TYPE REF TO /AWS1/CL_EC2DELETEFLEETERROR /AWS1/CL_EC2DELETEFLEETERROR¶
The error.
iv_fleetid TYPE /AWS1/EC2FLEETID /AWS1/EC2FLEETID¶
The ID of the EC2 Fleet.
Queryable Attributes¶
Error¶
The error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
FleetId¶
The ID of the EC2 Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETID() |
Getter for FLEETID, with configurable default |
ASK_FLEETID() |
Getter for FLEETID w/ exceptions if field has no value |
HAS_FLEETID() |
Determine if FLEETID 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_DELETEFLEETERRORSET¶
TYPES TT_DELETEFLEETERRORSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2DELFLEETERRORITEM WITH DEFAULT KEY
.