Skip to main content
Module

x/aws_api/client/mod.ts>ServiceError

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
type alias ServiceError
import { type ServiceError } from "https://deno.land/x/aws_api@v0.8.1/client/mod.ts";
definition: { [key: string]:
| string
| number
| null
| undefined
; Code: string; Message?: string | null; Type?: "Sender" | string; }