reject_qualification_request

MTurk.Client.reject_qualification_request(**kwargs)

The RejectQualificationRequest operation rejects a user's request for a Qualification.

You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.

See also: AWS API Documentation

Request Syntax

response = client.reject_qualification_request(
    QualificationRequestId='string',
    Reason='string'
)
Parameters
  • QualificationRequestId (string) --

    [REQUIRED]

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

  • Reason (string) -- A text message explaining why the request was rejected, to be shown to the Worker who made the request.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • MTurk.Client.exceptions.ServiceFault
  • MTurk.Client.exceptions.RequestError