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

FailedRemediationExceptionBatch

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

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

interface FailedRemediationExceptionBatch {
FailedItems?: RemediationException[] | null;
FailureMessage?: string | null;
}

§Properties

§
FailedItems?: RemediationException[] | null
[src]

Returns remediation exception resource key object of the failed items.

§
FailureMessage?: string | null
[src]

Returns a failure message. For example, the auto-remediation has failed.