/var/runtime/node_modules/@aws-sdk/client-amplify/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 /.
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.AmplifyServiceException = exports.__ServiceException = void 0;const client_1 = require("@smithy/core/client");Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });class AmplifyServiceException extends client_1.ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, AmplifyServiceException.prototype); }}exports.AmplifyServiceException = AmplifyServiceException;