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

ErrorDetails

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

Contains information about the reason that the operation failed.

This data type is used as a response element in the "GetOrganizationsAccessReport", "GetServiceLastAccessedDetails", and "GetServiceLastAccessedDetailsWithEntities" operations.

interface ErrorDetails {
Code: string;
Message: string;
}

§Properties

§
Code: string
[src]

The error code associated with the operation failure.

§
Message: string
[src]

Detailed information about the reason that the operation failed.