You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CreateFleetError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the instances that could not be launched by the fleet.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that indicates why the instance could not be launched. For more information about error codes, see Error Codes.

Returns:

  • (String)

    The error code that indicates why the instance could not be launched.

#error_messageString

The error message that describes why the instance could not be launched. For more information about error messages, see Error Codes.

Returns:

  • (String)

    The error message that describes why the instance could not be launched.

#launch_template_and_overridesTypes::LaunchTemplateAndOverridesResponse

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

Returns:

#lifecycleString

Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.

Possible values:

  • spot
  • on-demand

Returns:

  • (String)

    Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.