Struct rusoto_swf::ActivityTaskFailedEventAttributes [] [src]

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

Provides details of the ActivityTaskFailed event.

Fields

The details of the failure (if any).

The reason provided for the failure (if any).

The ID of the ActivityTaskScheduled event that was recorded when this activity task 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 ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Trait Implementations

impl Default for ActivityTaskFailedEventAttributes
[src]

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

impl Debug for ActivityTaskFailedEventAttributes
[src]

Formats the value using the given formatter.

impl Clone for ActivityTaskFailedEventAttributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more