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

RejectAssignmentRequest

import type { RejectAssignmentRequest } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface RejectAssignmentRequest {
AssignmentId: string;
RequesterFeedback: string;
}

§Properties

§
AssignmentId: string
[src]

The ID of the assignment. The assignment must correspond to a HIT created by the Requester.

§
RequesterFeedback: string
[src]

A message for the Worker, which the Worker can see in the Status section of the web site.