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

ScheduleLambdaFunctionFailedCause

import type { ScheduleLambdaFunctionFailedCause } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type ScheduleLambdaFunctionFailedCause =
| "ID_ALREADY_IN_USE"
| "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED"
| "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED"
| "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION"

§Type

§
"ID_ALREADY_IN_USE" | "OPEN_LAMBDA_FUNCTIONS_LIMIT_EXCEEDED" | "LAMBDA_FUNCTION_CREATION_RATE_EXCEEDED" | "LAMBDA_SERVICE_NOT_AVAILABLE_IN_REGION" | cmnP.UnexpectedEnumValue
[src]