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

DashboardError

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

Dashboard error.

interface DashboardError {
Message?: string | null;
Type?: DashboardErrorType | null;
}

§Properties

§
Message?: string | null
[src]

Message.

§

Type.