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

NotifyWorkersResponse

import type { NotifyWorkersResponse } from "https://aws-api.deno.dev/v0.4/services/mturk.ts?docs=full";
interface NotifyWorkersResponse {
NotifyWorkersFailureStatuses?: NotifyWorkersFailureStatus[] | null;
}

§Properties

§
NotifyWorkersFailureStatuses?: NotifyWorkersFailureStatus[] | null
[src]

When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.