BatchAddClusterNodesError

Information about an error that occurred during the node addition operation.

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 InstanceGroupNotFound and InvalidInstanceGroupState.

Link copied to clipboard

The number of nodes that failed to be added to the specified instance group.

Link copied to clipboard

The name of the instance group for which the error occurred.

Link copied to clipboard

A descriptive message providing additional details about the error.

Functions

Link copied to clipboard
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