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

SanitizationWarningReason

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

The reason for which the XML elements or attributes were sanitized.

type SanitizationWarningReason =
| "DISALLOWED_ELEMENT_REMOVED"
| "DISALLOWED_ATTRIBUTE_REMOVED"
| "INVALID_ATTRIBUTE_VALUE_REMOVED"

§Type

§
"DISALLOWED_ELEMENT_REMOVED" | "DISALLOWED_ATTRIBUTE_REMOVED" | "INVALID_ATTRIBUTE_VALUE_REMOVED" | cmnP.UnexpectedEnumValue
[src]