Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RejectQualificationRequestRequest

import type { RejectQualificationRequestRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface RejectQualificationRequestRequest {
QualificationRequestId: string;
Reason?: string | null;
}

§Properties

§
QualificationRequestId: string
[src]

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

§
Reason?: string | null
[src]

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