Skip to content

/AWS1/CL_ECSEXPRESSGWSVCSTATUS

An object that defines the status of Express service creation and information about the status of the service.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_statuscode TYPE /AWS1/ECSEXPRESSGWSVCSTATCODE /AWS1/ECSEXPRESSGWSVCSTATCODE

The status of the Express service.

iv_statusreason TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

Information about why the Express service is in the current status.


Queryable Attributes

statusCode

The status of the Express service.

Accessible with the following methods

Method Description
GET_STATUSCODE() Getter for STATUSCODE, with configurable default
ASK_STATUSCODE() Getter for STATUSCODE w/ exceptions if field has no value
HAS_STATUSCODE() Determine if STATUSCODE has a value

statusReason

Information about why the Express service is in the current status.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value