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

ErrorResponse

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

Error associated with a resource returned for a Get or List resource response.

interface ErrorResponse {
AccountId?: string | null;
AdditionalDetails?: {
[key: string]: string | null | undefined;
}
| null;
Code?: ErrorCode | null;
Message?: string | null;
ResourceIdentifier?: string | null;
ResourceType?: ErrorResourceType | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account ID of the resource owner.

§
AdditionalDetails?: {
[key: string]: string | null | undefined;
}
| null
[src]

Additional details about the error.

§
Code?: ErrorCode | null
[src]

The error code associated with the error.

§
Message?: string | null
[src]

The message associated with the error.

§
ResourceIdentifier?: string | null
[src]

The ID of the resource.

§
ResourceType?: ErrorResourceType | null
[src]

The type of resource.