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

DataSourceErrorInfo

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

Error information for the data source creation or update.

interface DataSourceErrorInfo {
Message?: string | null;
}

§Properties

§
Message?: string | null
[src]

Error message.

§

Error type.