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

PutRemediationExceptionsResponse

import type { PutRemediationExceptionsResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutRemediationExceptionsResponse {
FailedBatches?: FailedRemediationExceptionBatch[] | null;
}

§Properties

§
FailedBatches?: FailedRemediationExceptionBatch[] | null
[src]

Returns a list of failed remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.