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

BatchPermissionsFailureEntry

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

A list of failures when performing a batch grant or batch revoke operation.

interface BatchPermissionsFailureEntry {
Error?: ErrorDetail | null;
RequestEntry?: BatchPermissionsRequestEntry | null;
}

§Properties

§
Error?: ErrorDetail | null
[src]

An error message that applies to the failure of the entry.

§
RequestEntry?: BatchPermissionsRequestEntry | null
[src]

An identifier for an entry of the batch request.