Skip to content

/AWS1/CL_SGMBTCREBOOTCLSTNOD02

Represents an error encountered when rebooting a node from 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 reboot operation.

iv_errorcode TYPE /AWS1/SGMBTCREBOOTCLSTNODESE00 /AWS1/SGMBTCREBOOTCLSTNODESE00

The error code associated with the error encountered when rebooting 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 rebooting. 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 rebooting a node.


Queryable Attributes

NodeId

The EC2 instance ID of the node that encountered an error during the reboot 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 rebooting 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 rebooting. 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 rebooting 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_BATCHREBOOTCLUSTNODESERRORS

TYPES TT_BATCHREBOOTCLUSTNODESERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMBTCREBOOTCLSTNOD02 WITH DEFAULT KEY
.