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

StartLambdaFunctionFailedEventAttributes

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

Provides the details of the StartLambdaFunctionFailed event. It isn't set for other event types.

interface StartLambdaFunctionFailedEventAttributes {
message?: string | null;
scheduledEventId?: number | null;
}

§Properties

§

The cause of the failure. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Note: If cause is set to OPERATION_NOT_PERMITTED, the decision failed because the IAM role attached to the execution lacked sufficient permissions. For details and example IAM policies, see Lambda Tasks in the Amazon SWF Developer Guide.

§
message?: string | null
[src]

A description that can help diagnose the cause of the fault.

§
scheduledEventId?: number | null
[src]

The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.