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/accessanalyzer.ts?docs=full";

Provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.

interface StatusReason {
code: ReasonCode;
}

§Properties

§

The reason code for the current status of the analyzer.