UNPKG

@aws-sdk/client-sts

Version:

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

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