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

JobErrorLimitName

import type { JobErrorLimitName } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";

The name of the limit that was reached.

type JobErrorLimitName =
| "Assets per revision"
| "Asset size in GB"
| "Amazon Redshift datashare assets per revision"

§Type

§
"Assets per revision" | "Asset size in GB" | "Amazon Redshift datashare assets per revision" | cmnP.UnexpectedEnumValue
[src]