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

LFTagError

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

A structure containing an error related to a TagResource or UnTagResource operation.

interface LFTagError {
Error?: ErrorDetail | null;
LFTag?: LFTagPair | null;
}

§Properties

§
Error?: ErrorDetail | null
[src]

An error that occurred with the attachment or detachment of the LF-tag.

§
LFTag?: LFTagPair | null
[src]

The key-name of the LF-tag.