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

UpdateError

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

Describes the error(s) encountered with the last update of the environment.

interface UpdateError {
ErrorCode?: string | null;
ErrorMessage?: string | null;
}

§Properties

§
ErrorCode?: string | null
[src]

The error code that corresponds to the error with the last update.

§
ErrorMessage?: string | null
[src]

The error message that corresponds to the error code.