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

BatchReadException

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

The batch read exception structure, which contains the exception type and message.

interface BatchReadException {
Message?: string | null;
Type?: BatchReadExceptionType | null;
}

§Properties

§
Message?: string | null
[src]

An exception message that is associated with the failure.

§

A type of exception, such as InvalidArnException.