Skip to content

/AWS1/CL_SGMBTCREBOOTCLSTNOD03

Represents an error encountered when rebooting a node (identified by its logical node ID) from a SageMaker HyperPod cluster.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_nodelogicalid TYPE /AWS1/SGMCLUSTERNODELOGICALID /AWS1/SGMCLUSTERNODELOGICALID

The logical node 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 by logical node ID.

Possible values:

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

  • InvalidInstanceStatus: The node is in a state that does not allow rebooting. Wait for the node 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 by logical node ID.


Queryable Attributes

NodeLogicalId

The logical node ID of the node that encountered an error during the reboot operation.

Accessible with the following methods

Method Description
GET_NODELOGICALID() Getter for NODELOGICALID, with configurable default
ASK_NODELOGICALID() Getter for NODELOGICALID w/ exceptions if field has no value
HAS_NODELOGICALID() Determine if NODELOGICALID has a value

ErrorCode

The error code associated with the error encountered when rebooting a node by logical node ID.

Possible values:

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

  • InvalidInstanceStatus: The node is in a state that does not allow rebooting. Wait for the node 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 by logical node ID.

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_BTCREBOOTCLSTNODELOGICALI00

TYPES TT_BTCREBOOTCLSTNODELOGICALI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMBTCREBOOTCLSTNOD03 WITH DEFAULT KEY
.