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

ExecutionTimedOutEventDetails

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

Contains details about the execution timeout that occurred during the execution.

interface ExecutionTimedOutEventDetails {
cause?: string | null;
error?: string | null;
}

§Properties

§
cause?: string | null
[src]

A more detailed explanation of the cause of the timeout.

§
error?: string | null
[src]

The error code of the failure.