LaunchInstancesError

Contains details about errors encountered during instance launch attempts.

Types

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

Properties

Link copied to clipboard

The Availability Zone where the instance launch was attempted.

Link copied to clipboard

The Availability Zone ID where the launch error occurred.

Link copied to clipboard

The error code representing the type of error encountered (e.g., InsufficientInstanceCapacity).

Link copied to clipboard

A descriptive message providing details about the error encountered during the launch attempt.

Link copied to clipboard

The instance type that failed to launch.

Link copied to clipboard

The market type (On-Demand or Spot) that encountered the launch error.

Link copied to clipboard

The subnet ID where the instance launch was attempted.

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