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

AssessmentRunNotificationSnsStatusCode

import type { AssessmentRunNotificationSnsStatusCode } from "https://aws-api.deno.dev/v0.4/services/inspector.ts?docs=full";
type AssessmentRunNotificationSnsStatusCode =
| "SUCCESS"
| "TOPIC_DOES_NOT_EXIST"
| "ACCESS_DENIED"
| "INTERNAL_ERROR"

§Type

§
"SUCCESS" | "TOPIC_DOES_NOT_EXIST" | "ACCESS_DENIED" | "INTERNAL_ERROR" | cmnP.UnexpectedEnumValue
[src]