Skip to content

/AWS1/CL_SGMBTCRPLCLSTNODESERR

Represents an error encountered when replacing a node in a SageMaker HyperPod cluster.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_nodeid TYPE /AWS1/SGMCLUSTERNODEID /AWS1/SGMCLUSTERNODEID

The EC2 instance ID of the node that encountered an error during the replacement operation.

iv_errorcode TYPE /AWS1/SGMBTCRPLCLSTNODESERRC00 /AWS1/SGMBTCRPLCLSTNODESERRC00

The error code associated with the error encountered when replacing a node.

Possible values:

  • InstanceIdNotFound: The instance does not exist in the specified cluster.

  • InvalidInstanceStatus: The instance is in a state that does not allow replacement. Wait for the instance to finish any ongoing changes before retrying.

  • InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying.

  • InternalServerError: An internal error occurred while processing this node.

iv_message TYPE /AWS1/SGMSTRING /AWS1/SGMSTRING

A human-readable message describing the error encountered when replacing a node.


Queryable Attributes

NodeId

The EC2 instance ID of the node that encountered an error during the replacement operation.

Accessible with the following methods

Method Description
GET_NODEID() Getter for NODEID, with configurable default
ASK_NODEID() Getter for NODEID w/ exceptions if field has no value
HAS_NODEID() Determine if NODEID has a value

ErrorCode

The error code associated with the error encountered when replacing a node.

Possible values:

  • InstanceIdNotFound: The instance does not exist in the specified cluster.

  • InvalidInstanceStatus: The instance is in a state that does not allow replacement. Wait for the instance to finish any ongoing changes before retrying.

  • InstanceIdInUse: Another operation is already in progress for this node. Wait for the operation to complete before retrying.

  • InternalServerError: An internal error occurred while processing this node.

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

Message

A human-readable message describing the error encountered when replacing a node.

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_BATCHRPLCLUSTNODESERRORS

TYPES TT_BATCHRPLCLUSTNODESERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMBTCRPLCLSTNODESERR WITH DEFAULT KEY
.