AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the RejectQualificationRequest operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MTurk.AmazonMTurkRequest
      Amazon.MTurk.Model.RejectQualificationRequestRequest

Namespace: Amazon.MTurk.Model
Assembly: AWSSDK.MTurk.dll
Version: 3.x.y.z

Syntax

C#
public class RejectQualificationRequestRequest : AmazonMTurkRequest
         IAmazonWebServiceRequest

The RejectQualificationRequestRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property QualificationRequestId System.String

Gets and sets the property QualificationRequestId.

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

Public Property Reason System.String

Gets and sets the property Reason.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5