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

UntagResourcesOutput

import type { UntagResourcesOutput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface UntagResourcesOutput {
FailedResourcesMap?: {
[key: string]: FailureInfo | null | undefined;
}
| null;
}

§Properties

§
FailedResourcesMap?: {
[key: string]: FailureInfo | null | undefined;
}
| null
[src]

A map containing a key-value pair for each failed item that couldn't be untagged. The key is the ARN of the failed resource. The value is a FailureInfo object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap is empty.