Struct rusoto_swf::RespondActivityTaskFailedInput [] [src]

pub struct RespondActivityTaskFailedInput {
    pub details: Option<String>,
    pub reason: Option<String>,
    pub task_token: String,
}

Fields

Optional. Detailed information about the failure.

Description of the error that may assist in diagnostics.

The taskToken of the ActivityTask.

taskToken is generated by the service and should be treated as an opaque value. If the task is passed to another process, its taskToken must also be passed. This enables it to provide its progress and respond with results.

Trait Implementations

impl Default for RespondActivityTaskFailedInput
[src]

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

impl Debug for RespondActivityTaskFailedInput
[src]

Formats the value using the given formatter.

impl Clone for RespondActivityTaskFailedInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more