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

JobFailure

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

If this job failed, this element indicates why the job failed.

interface JobFailure {
FailureCode?: string | null;
FailureReason?: string | null;
}

§Properties

§
FailureCode?: string | null
[src]

The failure code, if any, for the specified job.

§
FailureReason?: string | null
[src]

The failure reason, if any, for the specified job.