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

LambdaFunctionTimedOutEventAttributes

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

Provides details of the LambdaFunctionTimedOut event.

interface LambdaFunctionTimedOutEventAttributes {
scheduledEventId: number;
startedEventId: number;
timeoutType?: LambdaFunctionTimeoutType | null;
}

§Properties

§
scheduledEventId: number
[src]

The ID of the LambdaFunctionScheduled 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.

§
startedEventId: number
[src]

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

§
timeoutType?: LambdaFunctionTimeoutType | null
[src]

The type of the timeout that caused this event.