/AWS1/CL_GG2ASCCLIDEVWCOREDE01¶
Contains an error that occurs from a request to associate a client device with a core device. The BatchAssociateClientDeviceWithCoreDevice operation returns a list of these errors.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_thingname TYPE /AWS1/GG2IOTTHINGNAME /AWS1/GG2IOTTHINGNAME¶
The name of the IoT thing whose associate request failed.
iv_code TYPE /AWS1/GG2NONEMPTYSTRING /AWS1/GG2NONEMPTYSTRING¶
The error code for the request.
iv_message TYPE /AWS1/GG2NONEMPTYSTRING /AWS1/GG2NONEMPTYSTRING¶
A message that provides additional information about the error.
Queryable Attributes¶
thingName¶
The name of the IoT thing whose associate request failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THINGNAME() |
Getter for THINGNAME, with configurable default |
ASK_THINGNAME() |
Getter for THINGNAME w/ exceptions if field has no value |
HAS_THINGNAME() |
Determine if THINGNAME has a value |
code¶
The error code for the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
message¶
A message that provides additional information about the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_ASSCCLIDEVWITHCOREDEVERRLST¶
TYPES TT_ASSCCLIDEVWITHCOREDEVERRLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GG2ASCCLIDEVWCOREDE01 WITH DEFAULT KEY
.