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

CancelWorkflowExecutionFailedCause

import type { CancelWorkflowExecutionFailedCause } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";
type CancelWorkflowExecutionFailedCause = "UNHANDLED_DECISION" | "OPERATION_NOT_PERMITTED" | cmnP.UnexpectedEnumValue;

§Type

§
"UNHANDLED_DECISION" | "OPERATION_NOT_PERMITTED" | cmnP.UnexpectedEnumValue
[src]