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

Warning

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

The warning code and message that explains a problem with a query.

interface Warning {
Code?: WarningCode | null;
Message?: string | null;
}

§Properties

§
Code?: WarningCode | null
[src]

The code used to show the type of warning for the query.

§
Message?: string | null
[src]

The message that explains the problem with the query.