BatchDeleteClusterNodesError
Represents an error encountered when deleting a node from a SageMaker HyperPod cluster.
Contents
- Code
-
The error code associated with the error encountered when deleting a node.
The code provides information about the specific issue encountered, such as the node not being found, the node's status being invalid for deletion, or the node ID being in use by another process.
Type: String
Valid Values:
NodeIdNotFound | InvalidNodeStatus | NodeIdInUse
Required: Yes
- Message
-
A message describing the error encountered when deleting a node.
Type: String
Required: Yes
- NodeId
-
The ID of the node that encountered an error during the deletion process.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^i-[a-f0-9]{8}(?:[a-f0-9]{9})?$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: