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

ResponseError

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

Describes the error that's returned when you cannot delete a launch template version.

interface ResponseError {
Message?: string | null;
}

§Properties

§

The error code.

§
Message?: string | null
[src]

The error message, if applicable.