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

Failure

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

A failed resource. For a list of common causes, see API failure reasons in the Amazon Elastic Container Service Developer Guide.

interface Failure {
arn?: string | null;
detail?: string | null;
reason?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the failed resource.

§
detail?: string | null
[src]

The details of the failure.

§
reason?: string | null
[src]

The reason for the failure.