You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MTurk::Types::NotifyWorkersFailureStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#notify_workers_failure_codeString

Encoded value for the failure type.

Possible values:

  • SoftFailure
  • HardFailure

Returns:

  • (String)

    Encoded value for the failure type.

#notify_workers_failure_messageString

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

Returns:

  • (String)

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

#worker_idString

The ID of the Worker.

Returns:

  • (String)

    The ID of the Worker.