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

StatusReason

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

Provides additional context for the value of Compliance.Status.

interface StatusReason {
Description?: string | null;
ReasonCode: string;
}

§Properties

§
Description?: string | null
[src]

The corresponding description for the status reason code.

§
ReasonCode: string
[src]

A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.