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

BusinessReportFailureCode

import type { BusinessReportFailureCode } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";
type BusinessReportFailureCode =
| "ACCESS_DENIED"
| "NO_SUCH_BUCKET"
| "INTERNAL_FAILURE"

§Type

§
"ACCESS_DENIED" | "NO_SUCH_BUCKET" | "INTERNAL_FAILURE" | cmnP.UnexpectedEnumValue
[src]