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

LambdaFunctionFailedEventDetails

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

Contains details about a lambda function that failed during an execution.

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

§Properties

§
cause?: string | null
[src]

A more detailed explanation of the cause of the failure.

§
error?: string | null
[src]

The error code of the failure.