MTurk.Client.
accept_qualification_request
(**kwargs)¶The AcceptQualificationRequest
operation approves a Worker's request for a Qualification.
Only the owner of the Qualification type can grant a Qualification request for that type.
A successful request for the AcceptQualificationRequest
operation returns with no errors and an empty body.
See also: AWS API Documentation
Request Syntax
response = client.accept_qualification_request(
QualificationRequestId='string',
IntegerValue=123
)
[REQUIRED]
The ID of the Qualification request, as returned by the GetQualificationRequests
operation.
dict
Response Syntax
{}
Response Structure
Exceptions
MTurk.Client.exceptions.ServiceFault
MTurk.Client.exceptions.RequestError