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

BatchDeleteDelegationByAssessmentError

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

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

interface BatchDeleteDelegationByAssessmentError {
delegationId?: string | null;
errorCode?: string | null;
errorMessage?: string | null;
}

§Properties

§
delegationId?: string | null
[src]

The identifier for the delegation.

§
errorCode?: string | null
[src]

The error code that the BatchDeleteDelegationByAssessment API returned.

§
errorMessage?: string | null
[src]

The error message that the BatchDeleteDelegationByAssessment API returned.