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

Class: Aws::MTurk::Types::RejectQualificationRequestRequest

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

Overview

Note:

When passing RejectQualificationRequestRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  qualification_request_id: "String", # required
  reason: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#qualification_request_idString

The ID of the Qualification request, as returned by the ListQualificationRequests operation.

Returns:

  • (String)

    The ID of the Qualification request, as returned by the ListQualificationRequests operation.

#reasonString

A text message explaining why the request was rejected, to be shown to the Worker who made the request.

Returns:

  • (String)

    A text message explaining why the request was rejected, to be shown to the Worker who made the request.