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

ImageFailure

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

An object representing an Amazon ECR image failure.

interface ImageFailure {
failureCode?: ImageFailureCode | null;
failureReason?: string | null;
imageId?: ImageIdentifier | null;
}

§Properties

§
failureCode?: ImageFailureCode | null
[src]

The code associated with the failure.

§
failureReason?: string | null
[src]

The reason for the failure.

§
imageId?: ImageIdentifier | null
[src]

The image ID associated with the failure.