Struct rusoto_stepfunctions::ExecutionTimedOutEventDetails[][src]

pub struct ExecutionTimedOutEventDetails {
    pub cause: Option<String>,
    pub error: Option<String>,
}

Contains details about the execution timeout which occurred during the execution.

Fields

A more detailed explanation of the cause of the timeout.

The error code of the failure.

Trait Implementations

impl Default for ExecutionTimedOutEventDetails
[src]

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

impl Debug for ExecutionTimedOutEventDetails
[src]

Formats the value using the given formatter. Read more

impl Clone for ExecutionTimedOutEventDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExecutionTimedOutEventDetails
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations