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

JobErrorCode

import type { JobErrorCode } from "https://aws-api.deno.dev/v0.4/services/accessanalyzer.ts?docs=full";
type JobErrorCode =
| "AUTHORIZATION_ERROR"
| "RESOURCE_NOT_FOUND_ERROR"
| "SERVICE_QUOTA_EXCEEDED_ERROR"
| "SERVICE_ERROR"

§Type

§
"AUTHORIZATION_ERROR" | "RESOURCE_NOT_FOUND_ERROR" | "SERVICE_QUOTA_EXCEEDED_ERROR" | "SERVICE_ERROR" | cmnP.UnexpectedEnumValue
[src]