UNPKG

@aws-sdk/client-route-53

Version:

AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native

15 lines (14 loc) 465 B
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client"; export type { __ServiceExceptionOptions }; export { __ServiceException }; /** * @public * * Base exception class for all service exceptions from Route53 service. */ export declare class Route53ServiceException extends __ServiceException { /** * @internal */ constructor(options: __ServiceExceptionOptions); }