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

FreeTrialInfoError

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

Information about an error received while accessing free trail data for an account.

interface FreeTrialInfoError {
accountId: string;
message: string;
}

§Properties

§
accountId: string
[src]

The account associated with the Amazon Inspector free trial information.

§

The error code.

§
message: string
[src]

The error message returned.