rittenhop-ghost/versions/5.94.2/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js

12 lines
421 B
JavaScript

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