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

BatchCreateDelegationByAssessmentError

import type { BatchCreateDelegationByAssessmentError } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";

An error entity for the BatchCreateDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.

interface BatchCreateDelegationByAssessmentError {
createDelegationRequest?: CreateDelegationRequest | null;
errorCode?: string | null;
errorMessage?: string | null;
}

§Properties

§
createDelegationRequest?: CreateDelegationRequest | null
[src]

The API request to batch create delegations in Audit Manager.

§
errorCode?: string | null
[src]

The error code that the BatchCreateDelegationByAssessment API returned.

§
errorMessage?: string | null
[src]

The error message that the BatchCreateDelegationByAssessment API returned.