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

PartialFailure

import type { PartialFailure } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";

This array is empty if the API operation was successful for all the rules specified in the request. If the operation could not process one of the rules, the following data is returned for each of those rules.

interface PartialFailure {
ExceptionType?: string | null;
FailureCode?: string | null;
FailureDescription?: string | null;
FailureResource?: string | null;
}

§Properties

§
ExceptionType?: string | null
[src]

The type of error.

§
FailureCode?: string | null
[src]

The code of the error.

§
FailureDescription?: string | null
[src]

A description of the error.

§
FailureResource?: string | null
[src]

The specified rule that could not be deleted.