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

MessageBody

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

Provides information about an API request or response.

interface MessageBody {
Message?: string | null;
RequestID?: string | null;
}

§Properties

§
Message?: string | null
[src]

The message that's returned from the API.

§
RequestID?: string | null
[src]

The unique identifier for the request or response.