UNPKG

@aws-sdk/client-eks

Version:

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

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