MTurk / Client / accept_qualification_request
accept_qualification_requestÂķ
- MTurk.Client.accept_qualification_request(**kwargs)Âķ
The
AcceptQualificationRequestoperation 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
AcceptQualificationRequestoperation returns with no errors and an empty body.See also: AWS API Documentation
Request Syntax
response = client.accept_qualification_request( QualificationRequestId='string', IntegerValue=123 )
- Parameters:
QualificationRequestId (string) â
[REQUIRED]
The ID of the Qualification request, as returned by the
GetQualificationRequestsoperation.IntegerValue (integer) â The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) â
Exceptions
MTurk.Client.exceptions.ServiceFaultMTurk.Client.exceptions.RequestError