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

ImageBuilderStateChangeReason

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

Describes the reason why the last image builder state change occurred.

interface ImageBuilderStateChangeReason {
Message?: string | null;
}

§Properties

§

The state change reason code.

§
Message?: string | null
[src]

The state change reason message.