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

LastRunErrorStatusCode

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

Specifies whether any account- or bucket-level access errors occurred during the run of a one-time classification job or the most recent run of a recurring classification job. Possible values are:

type LastRunErrorStatusCode = "NONE" | "ERROR" | cmnP.UnexpectedEnumValue;

§Type