UNPKG

@aws-sdk/client-ssm

Version:

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

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