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

ImageStateChangeReasonCode

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

§Type

§
"INTERNAL_ERROR" | "IMAGE_BUILDER_NOT_AVAILABLE" | "IMAGE_COPY_FAILURE" | cmnP.UnexpectedEnumValue
[src]