/proc/self/root/var/runtime/node_modules/@aws-sdk/client-mpa/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.TooManyTagsException = exports.InvalidParameterException = exports.ResourceNotFoundException = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;const MPAServiceException_1 = require("./MPAServiceException");class AccessDeniedException extends MPAServiceException_1.MPAServiceException { name = "AccessDeniedException"; $fault = "client"; Message; constructor(opts) { super({ name: "AccessDeniedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, AccessDeniedException.prototype); this.Message = opts.Message; }}exports.AccessDeniedException = AccessDeniedException;class ConflictException extends MPAServiceException_1.MPAServiceException { name = "ConflictException"; $fault = "client"; Message; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); this.Message = opts.Message; }}exports.ConflictException = ConflictException;class InternalServerException extends MPAServiceException_1.MPAServiceException { name = "InternalServerException"; $fault = "server"; $retryable = {}; Message; constructor(opts) { super({ name: "InternalServerException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServerException.prototype); this.Message = opts.Message; }}exports.InternalServerException = InternalServerException;class ServiceQuotaExceededException extends MPAServiceException_1.MPAServiceException { name = "ServiceQuotaExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "ServiceQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype); this.Message = opts.Message; }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class ThrottlingException extends MPAServiceException_1.MPAServiceException { name = "ThrottlingException"; $fault = "client"; Message; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.Message = opts.Message; }}exports.ThrottlingException = ThrottlingException;class ValidationException extends MPAServiceException_1.MPAServiceException { name = "ValidationException"; $fault = "client"; Message; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); this.Message = opts.Message; }}exports.ValidationException = ValidationException;class ResourceNotFoundException extends MPAServiceException_1.MPAServiceException { name = "ResourceNotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.Message = opts.Message; }}exports.ResourceNotFoundException = ResourceNotFoundException;class InvalidParameterException extends MPAServiceException_1.MPAServiceException { name = "InvalidParameterException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidParameterException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidParameterException.prototype); this.Message = opts.Message; }}exports.InvalidParameterException = InvalidParameterException;class TooManyTagsException extends MPAServiceException_1.MPAServiceException { name = "TooManyTagsException"; $fault = "client"; Message; ResourceName; constructor(opts) { super({ name: "TooManyTagsException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, TooManyTagsException.prototype); this.Message = opts.Message; this.ResourceName = opts.ResourceName; }}exports.TooManyTagsException = TooManyTagsException;