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

DatasetStatusMessageCode

import type { DatasetStatusMessageCode } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
type DatasetStatusMessageCode =
| "SUCCESS"
| "SERVICE_ERROR"
| "CLIENT_ERROR"

§Type

§
"SUCCESS" | "SERVICE_ERROR" | "CLIENT_ERROR" | cmnP.UnexpectedEnumValue
[src]