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

Class: Aws::MTurk::Types::ReviewActionDetail

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

Overview

Both the AssignmentReviewReport and the HITReviewReport elements contains the ReviewActionDetail data structure. This structure is returned multiple times for each action specified in the Review Policy.

Instance Attribute Summary collapse

Instance Attribute Details

#action_idString

The unique identifier for the action.

Returns:

  • (String)

    The unique identifier for the action.

#action_nameString

The nature of the action itself. The Review Policy is responsible for examining the HIT and Assignments, emitting results, and deciding which other actions will be necessary.

Returns:

  • (String)

    The nature of the action itself.

#complete_timeTime

The date when the action was completed.

Returns:

  • (Time)

    The date when the action was completed.

#error_codeString

Present only when the Results have a FAILED Status.

Returns:

  • (String)

    Present only when the Results have a FAILED Status.

#resultString

A description of the outcome of the review.

Returns:

  • (String)

    A description of the outcome of the review.

#statusString

The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

Possible values:

  • Intended
  • Succeeded
  • Failed
  • Cancelled

Returns:

  • (String)

    The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.

#target_idString

The specific HITId or AssignmentID targeted by the action.

Returns:

  • (String)

    The specific HITId or AssignmentID targeted by the action.

#target_typeString

The type of object in TargetId.

Returns:

  • (String)

    The type of object in TargetId.