AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Represents an error encountered when rebooting a node from a SageMaker HyperPod cluster.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.BatchRebootClusterNodesError

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class BatchRebootClusterNodesError

The BatchRebootClusterNodesError type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ErrorCode Amazon.SageMaker.BatchRebootClusterNodesErrorCode

Gets and sets the property 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.

Public Property Message System.String

Gets and sets the property Message.

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

Public Property NodeId System.String

Gets and sets the property NodeId.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5