Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeFleetError

import type { DescribeFleetError } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

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

interface DescribeFleetError {
ErrorCode?: string | null;
ErrorMessage?: string | null;
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | null;
Lifecycle?: InstanceLifecycle | null;
}

§Properties

§
ErrorCode?: string | null
[src]

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

§
ErrorMessage?: string | null
[src]

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

§
LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | null
[src]

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.

§
Lifecycle?: InstanceLifecycle | null
[src]

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