UNPKG

@aws-sdk/client-eks

Version:

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

9 lines (8 loc) 301 B
import { ServiceException as __ServiceException, } from "@smithy/smithy-client"; export { __ServiceException }; export class EKSServiceException extends __ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, EKSServiceException.prototype); } }