Struct rusoto_swf::LambdaFunctionFailedEventAttributes [] [src]

pub struct LambdaFunctionFailedEventAttributes {
    pub details: Option<String>,
    pub reason: Option<String>,
    pub scheduled_event_id: i64,
    pub started_event_id: i64,
}

Provides details for the LambdaFunctionFailed event.

Fields

The details of the failure (if any).

The reason provided for the failure (if any).

The ID of the LambdaFunctionScheduled event that was recorded when this AWS Lambda function was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

The ID of the LambdaFunctionStarted event recorded in the history.

Trait Implementations

impl Default for LambdaFunctionFailedEventAttributes
[src]

Returns the "default value" for a type. Read more

impl Debug for LambdaFunctionFailedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for LambdaFunctionFailedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more