Files
benchmark-runner/spot-launcher/node_modules/@aws-sdk/client-ec2/dist-es/models/EC2ServiceException.js

9 lines
301 B
JavaScript

import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class EC2ServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, EC2ServiceException.prototype);
}
}