BatchReplaceClusterNodeLogicalIdsError
Represents an error encountered when replacing a node (identified by its logical node ID) in a SageMaker HyperPod cluster.
Contents
- ErrorCode
-
The error code associated with the error encountered when replacing 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 replacement. 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.
Type: String
Valid Values:
InstanceIdNotFound | InvalidInstanceStatus | InstanceIdInUse | InternalServerErrorRequired: Yes
-
- Message
-
A human-readable message describing the error encountered when replacing a node by logical node ID.
Type: String
Required: Yes
- NodeLogicalId
-
The logical node ID of the node that encountered an error during the replacement operation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9]Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: