@aws-sdk/client-lex-runtime-service
Version:
AWS SDK for JavaScript Lex Runtime Service Client for Node.js, Browser and React Native
9 lines (8 loc) • 329 B
JavaScript
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class LexRuntimeServiceServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, LexRuntimeServiceServiceException.prototype);
}
}