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'
)
[REQUIRED]
The ID of the Qualification request, as returned by the ListQualificationRequests
operation.
dict
Response Syntax
{}
Response Structure
Exceptions
MTurk.Client.exceptions.ServiceFault
MTurk.Client.exceptions.RequestError