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

ClassificationStatus

import type { ClassificationStatus } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about the current status of the sensitive data detection.

interface ClassificationStatus {
Code?: string | null;
Reason?: string | null;
}

§Properties

§
Code?: string | null
[src]

The code that represents the status of the sensitive data detection.

§
Reason?: string | null
[src]

A longer description of the current status of the sensitive data detection.