UNPKG

@aws-sdk/client-s3

Version:

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

13 lines (12 loc) 382 B
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client"; /** * @public * * Base exception class for all service exceptions from S3 service. */ export declare class S3ServiceException extends __ServiceException { /** * @internal */ constructor(options: __ServiceExceptionOptions); }