/AWS1/CL_SGMBTCADDCLSTNODESERR¶
Information about an error that occurred during the node addition operation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_instancegroupname
TYPE /AWS1/SGMINSTANCEGROUPNAME
/AWS1/SGMINSTANCEGROUPNAME
¶
The name of the instance group for which the error occurred.
iv_errorcode
TYPE /AWS1/SGMBTCADDCLSTNODESERRC00
/AWS1/SGMBTCADDCLSTNODESERRC00
¶
The error code associated with the failure. Possible values include
InstanceGroupNotFound
andInvalidInstanceGroupState
.
iv_failedcount
TYPE /AWS1/SGMBATCHADDFAILURECOUNT
/AWS1/SGMBATCHADDFAILURECOUNT
¶
The number of nodes that failed to be added to the specified instance group.
Optional arguments:¶
iv_message
TYPE /AWS1/SGMSTRING
/AWS1/SGMSTRING
¶
A descriptive message providing additional details about the error.
Queryable Attributes¶
InstanceGroupName¶
The name of the instance group for which the error occurred.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTANCEGROUPNAME() |
Getter for INSTANCEGROUPNAME, with configurable default |
ASK_INSTANCEGROUPNAME() |
Getter for INSTANCEGROUPNAME w/ exceptions if field has no v |
HAS_INSTANCEGROUPNAME() |
Determine if INSTANCEGROUPNAME has a value |
ErrorCode¶
The error code associated with the failure. Possible values include
InstanceGroupNotFound
andInvalidInstanceGroupState
.
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 |
FailedCount¶
The number of nodes that failed to be added to the specified instance group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILEDCOUNT() |
Getter for FAILEDCOUNT, with configurable default |
ASK_FAILEDCOUNT() |
Getter for FAILEDCOUNT w/ exceptions if field has no value |
HAS_FAILEDCOUNT() |
Determine if FAILEDCOUNT has a value |
Message¶
A descriptive message providing additional details 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_BATCHADDCLUSTNODESERRORLIST
¶
TYPES TT_BATCHADDCLUSTNODESERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMBTCADDCLSTNODESERR WITH DEFAULT KEY
.