Class: Aws::AutoScaling::Types::LaunchInstancesError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Contains details about errors encountered during instance launch attempts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone where the instance launch was attempted.

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zone_idString

The Availability Zone ID where the launch error occurred.

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

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

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

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

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type that failed to launch.

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#market_typeString

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

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The subnet ID where the instance launch was attempted.

Returns:

  • (String)


4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4741

class LaunchInstancesError < Struct.new(
  :instance_type,
  :market_type,
  :subnet_id,
  :availability_zone,
  :availability_zone_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end