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

DeleteFleetErrorItem

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

Describes an EC2 Fleet that was not successfully deleted.

interface DeleteFleetErrorItem {
Error?: DeleteFleetError | null;
FleetId?: string | null;
}

§Properties

§
Error?: DeleteFleetError | null
[src]

The error.

§
FleetId?: string | null
[src]

The ID of the EC2 Fleet.