Struct rusoto_mturk::NotifyWorkersFailureStatus [] [src]

pub struct NotifyWorkersFailureStatus {
    pub notify_workers_failure_code: Option<String>,
    pub notify_workers_failure_message: Option<String>,
    pub worker_id: Option<String>,
}

When MTurk encounters an issue with notifying the Workers you specified, it returns back this object with failure details.

Fields

Encoded value for the failure type.

A message detailing the reason the Worker could not be notified.

The ID of the Worker.

Trait Implementations

impl Default for NotifyWorkersFailureStatus
[src]

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

impl Debug for NotifyWorkersFailureStatus
[src]

Formats the value using the given formatter.

impl Clone for NotifyWorkersFailureStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more