Module

x/aws_api/client/common.ts>AwsServiceError

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
class AwsServiceError
extends Error
import { AwsServiceError } from "https://dotland.deno.dev/x/aws_api@v0.5.0/client/common.ts";

Constructors

new
AwsServiceError(
resp: Response,
error: ServiceError,
requestId?: string | null,
)

Properties

code: string
errorType: string
originalMessage: string
origResponse: Response
requestId: string
shortCode: string