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 (identified by its logical node ID) from a SageMaker HyperPod cluster.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.BatchRebootClusterNodeLogicalIdsError

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

Syntax

C#
public class BatchRebootClusterNodeLogicalIdsError

The BatchRebootClusterNodeLogicalIdsError 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 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.

Public Property Message System.String

Gets and sets the property Message.

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

Public Property NodeLogicalId System.String

Gets and sets the property NodeLogicalId.

The logical node 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