rittenhop-dev/versions/5.94.2/node_modules/@aws-sdk/client-ses/dist-cjs/models/SESServiceException.js
2024-09-23 19:40:12 -04:00

12 lines
421 B
JavaScript

"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;