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

Class: Aws::MTurk::Types::WorkerBlock

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

Overview

The WorkerBlock data structure represents a Worker who has been blocked. It has two elements: the WorkerId and the Reason for the block.

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

A message explaining the reason the Worker was blocked.

Returns:

  • (String)

    A message explaining the reason the Worker was blocked.

#worker_idString

The ID of the Worker who accepted the HIT.

Returns:

  • (String)

    The ID of the Worker who accepted the HIT.