/proc/self/root/var/runtime/node_modules/@aws-sdk/client-budgets/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.ExpiredNextTokenException = exports.InvalidNextTokenException = exports.ResourceLockedException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.NotFoundException = exports.InvalidParameterException = exports.InternalErrorException = exports.DuplicateRecordException = exports.CreationLimitExceededException = exports.BillingViewHealthStatusException = exports.AccessDeniedException = void 0;const BudgetsServiceException_1 = require("./BudgetsServiceException");class AccessDeniedException extends BudgetsServiceException_1.BudgetsServiceException { 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 BillingViewHealthStatusException extends BudgetsServiceException_1.BudgetsServiceException { name = "BillingViewHealthStatusException"; $fault = "client"; Message; constructor(opts) { super({ name: "BillingViewHealthStatusException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, BillingViewHealthStatusException.prototype); this.Message = opts.Message; }}exports.BillingViewHealthStatusException = BillingViewHealthStatusException;class CreationLimitExceededException extends BudgetsServiceException_1.BudgetsServiceException { name = "CreationLimitExceededException"; $fault = "client"; Message; constructor(opts) { super({ name: "CreationLimitExceededException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, CreationLimitExceededException.prototype); this.Message = opts.Message; }}exports.CreationLimitExceededException = CreationLimitExceededException;class DuplicateRecordException extends BudgetsServiceException_1.BudgetsServiceException { name = "DuplicateRecordException"; $fault = "client"; Message; constructor(opts) { super({ name: "DuplicateRecordException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, DuplicateRecordException.prototype); this.Message = opts.Message; }}exports.DuplicateRecordException = DuplicateRecordException;class InternalErrorException extends BudgetsServiceException_1.BudgetsServiceException { name = "InternalErrorException"; $fault = "server"; Message; constructor(opts) { super({ name: "InternalErrorException", $fault: "server", ...opts, }); Object.setPrototypeOf(this, InternalErrorException.prototype); this.Message = opts.Message; }}exports.InternalErrorException = InternalErrorException;class InvalidParameterException extends BudgetsServiceException_1.BudgetsServiceException { 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 NotFoundException extends BudgetsServiceException_1.BudgetsServiceException { name = "NotFoundException"; $fault = "client"; Message; constructor(opts) { super({ name: "NotFoundException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, NotFoundException.prototype); this.Message = opts.Message; }}exports.NotFoundException = NotFoundException;class ServiceQuotaExceededException extends BudgetsServiceException_1.BudgetsServiceException { 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 BudgetsServiceException_1.BudgetsServiceException { 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 ResourceLockedException extends BudgetsServiceException_1.BudgetsServiceException { name = "ResourceLockedException"; $fault = "client"; Message; constructor(opts) { super({ name: "ResourceLockedException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ResourceLockedException.prototype); this.Message = opts.Message; }}exports.ResourceLockedException = ResourceLockedException;class InvalidNextTokenException extends BudgetsServiceException_1.BudgetsServiceException { name = "InvalidNextTokenException"; $fault = "client"; Message; constructor(opts) { super({ name: "InvalidNextTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, InvalidNextTokenException.prototype); this.Message = opts.Message; }}exports.InvalidNextTokenException = InvalidNextTokenException;class ExpiredNextTokenException extends BudgetsServiceException_1.BudgetsServiceException { name = "ExpiredNextTokenException"; $fault = "client"; Message; constructor(opts) { super({ name: "ExpiredNextTokenException", $fault: "client", ...opts, }); Object.setPrototypeOf(this, ExpiredNextTokenException.prototype); this.Message = opts.Message; }}exports.ExpiredNextTokenException = ExpiredNextTokenException;