"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SESServiceException = void 0; const smithy_client_1 = require("@aws-sdk/smithy-client"); class SESServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, SESServiceException.prototype); } } exports.SESServiceException = SESServiceException;