BatchDeleteClusterNodeLogicalIdsError

Information about an error that occurred when attempting to delete a node identified by its NodeLogicalId.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code associated with the failure. Possible values include NodeLogicalIdNotFound, InvalidNodeStatus, and InternalError.

Link copied to clipboard

A descriptive message providing additional details about the error.

Link copied to clipboard

The NodeLogicalId of the node that could not be deleted.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String