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

DashboardValidationMessage

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

An error or warning for the operation.

interface DashboardValidationMessage {
DataPath?: string | null;
Message?: string | null;
}

§Properties

§
DataPath?: string | null
[src]

The data path related to the message.

§
Message?: string | null
[src]

A message describing the error or warning.