Skip to content

/AWS1/CL_EC2DESCRIBEFLEETERROR

Describes the instances that could not be launched by the fleet.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_LAUNCHTMPLANDOVERRIDES TYPE REF TO /AWS1/CL_EC2LAUNCHTMPLANDOVE00 /AWS1/CL_EC2LAUNCHTMPLANDOVE00

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

IV_LIFECYCLE TYPE /AWS1/EC2INSTANCELIFECYCLE /AWS1/EC2INSTANCELIFECYCLE

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

IV_ERRORCODE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.

IV_ERRORMESSAGE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.


Queryable Attributes

LaunchTemplateAndOverrides

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

Accessible with the following methods

Method Description
GET_LAUNCHTMPLANDOVERRIDES() Getter for LAUNCHTEMPLATEANDOVERRIDES

Lifecycle

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

Accessible with the following methods

Method Description
GET_LIFECYCLE() Getter for LIFECYCLE, with configurable default
ASK_LIFECYCLE() Getter for LIFECYCLE w/ exceptions if field has no value
HAS_LIFECYCLE() Determine if LIFECYCLE has a value

ErrorCode

The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.

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

ErrorMessage

The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.

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_DESCRIBEFLEETSERRORSET

TYPES TT_DESCRIBEFLEETSERRORSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2DESCRIBEFLEETERROR WITH DEFAULT KEY
.