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

BucketMetadataErrorCode

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

The error code for an error that prevented Amazon Macie from retrieving and processing information about an S3 bucket and the bucket's objects.

type BucketMetadataErrorCode = "ACCESS_DENIED" | cmnP.UnexpectedEnumValue;

§Type