Skip to main content
Module

x/aws_api/client/mod.ts>AwsServiceError

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
class AwsServiceError
extends Error
import { AwsServiceError } from "https://deno.land/x/aws_api@v0.8.1/client/mod.ts";

Constructors

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

Properties

code: string
errorType: string
internal: ServiceError
readonly
originalMessage
origResponse: Response
requestId: string
shortCode: string