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