Class: Aws::AutoScaling::Types::LaunchInstancesError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::LaunchInstancesError
- 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
-
#availability_zone ⇒ String
The Availability Zone where the instance launch was attempted.
-
#availability_zone_id ⇒ String
The Availability Zone ID where the launch error occurred.
-
#error_code ⇒ String
The error code representing the type of error encountered (e.g., InsufficientInstanceCapacity).
-
#error_message ⇒ String
A descriptive message providing details about the error encountered during the launch attempt.
-
#instance_type ⇒ String
The instance type that failed to launch.
-
#market_type ⇒ String
The market type (On-Demand or Spot) that encountered the launch error.
-
#subnet_id ⇒ String
The subnet ID where the instance launch was attempted.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone where the instance launch was attempted.
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_id ⇒ String
The Availability Zone ID where the launch error occurred.
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_code ⇒ String
The error code representing the type of error encountered (e.g., InsufficientInstanceCapacity).
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_message ⇒ String
A descriptive message providing details about the error encountered during the launch attempt.
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_type ⇒ String
The instance type that failed to launch.
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_type ⇒ String
The market type (On-Demand or Spot) that encountered the launch error.
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_id ⇒ String
The subnet ID where the instance launch was attempted.
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 |