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

UpdateCostAllocationTagsStatusError

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

Gives a detailed description of the result of an action. It's on each cost allocation tag entry in the request.

interface UpdateCostAllocationTagsStatusError {
Code?: string | null;
Message?: string | null;
TagKey?: string | null;
}

§Properties

§
Code?: string | null
[src]

An error code representing why the action failed on this entry.

§
Message?: string | null
[src]

A message explaining why the action failed on this entry.

§
TagKey?: string | null
[src]

The key for the cost allocation tag.