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

State

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

An object that described the state of Amazon Inspector scans for an account.

interface State {
errorCode: ErrorCode;
errorMessage: string;
status: Status;
}

§Properties

§
errorCode: ErrorCode
[src]

The error code explaining why the account failed to enable Amazon Inspector.

§
errorMessage: string
[src]

The error message received when the account failed to enable Amazon Inspector.

§
status: Status
[src]

The status of Amazon Inspector for the account.