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

JobError

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

Contains the details about the policy generation error.

interface JobError {
message: string;
}

§Properties

§

The job error code.

§
message: string
[src]

Specific information about the error. For example, which service quota was exceeded or which resource was not found.