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

RequestCancelExternalWorkflowExecutionFailedCause

import type { RequestCancelExternalWorkflowExecutionFailedCause } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type RequestCancelExternalWorkflowExecutionFailedCause =
| "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION"
| "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED"
| "OPERATION_NOT_PERMITTED"

§Type

§
"UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION" | "REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED" | "OPERATION_NOT_PERMITTED" | cmnP.UnexpectedEnumValue
[src]