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

FailedDeleteRemediationExceptionsBatch

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

List of each of the failed delete remediation exceptions with specific reasons.

interface FailedDeleteRemediationExceptionsBatch {
FailedItems?: RemediationExceptionResourceKey[] | null;
FailureMessage?: string | null;
}

§Properties

§

Returns remediation exception resource key object of the failed items.

§
FailureMessage?: string | null
[src]

Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.