File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-ses/dist-cjs/models

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

SESServiceException.js565 B · 13 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.SESServiceException = exports.__ServiceException = void 0;const client_1 = require("@smithy/core/client");Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });class SESServiceException extends client_1.ServiceException {    constructor(options) {        super(options);        Object.setPrototypeOf(this, SESServiceException.prototype);    }}exports.SESServiceException = SESServiceException;