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

ImageStateChangeReason

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

Describes the reason why the last image state change occurred.

interface ImageStateChangeReason {
Message?: string | null;
}

§Properties

§

The state change reason code.

§
Message?: string | null
[src]

The state change reason message.