/proc/self/root/var/runtime/node_modules/@aws-sdk/client-wellarchitected/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.ServiceQuotaExceededException = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;const WellArchitectedServiceException_1 = require("./WellArchitectedServiceException");class AccessDeniedException extends WellArchitectedServiceException_1.WellArchitectedServiceException { 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 WellArchitectedServiceException_1.WellArchitectedServiceException { name = "ConflictException"; $fault = "client"; Message; ResourceId; ResourceType; constructor(opts) { super({ name: "ConflictException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ConflictException.prototype); this.Message = opts.Message; this.ResourceId = opts.ResourceId; this.ResourceType = opts.ResourceType; }}exports.ConflictException = ConflictException;class InternalServerException extends WellArchitectedServiceException_1.WellArchitectedServiceException { name = "InternalServerException"; $fault = "server"; Message; constructor(opts) { super({ name: "InternalServerException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalServerException.prototype); this.Message = opts.Message; }}exports.InternalServerException = InternalServerException;class ResourceNotFoundException extends WellArchitectedServiceException_1.WellArchitectedServiceException { name = "ResourceNotFoundException"; $fault = "client"; Message; ResourceId; ResourceType; constructor(opts) { super({ name: "ResourceNotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceNotFoundException.prototype); this.Message = opts.Message; this.ResourceId = opts.ResourceId; this.ResourceType = opts.ResourceType; }}exports.ResourceNotFoundException = ResourceNotFoundException;class ThrottlingException extends WellArchitectedServiceException_1.WellArchitectedServiceException { name = "ThrottlingException"; $fault = "client"; Message; QuotaCode; ServiceCode; constructor(opts) { super({ name: "ThrottlingException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ThrottlingException.prototype); this.Message = opts.Message; this.QuotaCode = opts.QuotaCode; this.ServiceCode = opts.ServiceCode; }}exports.ThrottlingException = ThrottlingException;class ValidationException extends WellArchitectedServiceException_1.WellArchitectedServiceException { name = "ValidationException"; $fault = "client"; Message; Reason; Fields; constructor(opts) { super({ name: "ValidationException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ValidationException.prototype); this.Message = opts.Message; this.Reason = opts.Reason; this.Fields = opts.Fields; }}exports.ValidationException = ValidationException;class ServiceQuotaExceededException extends WellArchitectedServiceException_1.WellArchitectedServiceException { name = "ServiceQuotaExceededException"; $fault = "client"; Message; ResourceId; ResourceType; QuotaCode; ServiceCode; constructor(opts) { super({ name: "ServiceQuotaExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype); this.Message = opts.Message; this.ResourceId = opts.ResourceId; this.ResourceType = opts.ResourceType; this.QuotaCode = opts.QuotaCode; this.ServiceCode = opts.ServiceCode; }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;