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

Message

import type { Message } from "https://aws-api.deno.dev/v0.4/services/route53recoveryreadiness.ts?docs=full";

Information relating to readiness check status.

interface Message {
MessageText?: string | null;
}

§Properties

§
MessageText?: string | null
[src]

The text of a readiness check message.