Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/client/mod.ts>AwsServiceError

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

Constructors

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

Properties

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