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

StartRemediationExecutionResponse

import type { StartRemediationExecutionResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface StartRemediationExecutionResponse {
FailedItems?: ResourceKey[] | null;
FailureMessage?: string | null;
}

§Properties

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

For resources that have failed to start execution, the API returns a resource key object.

§
FailureMessage?: string | null
[src]

Returns a failure message. For example, the resource is already compliant.