File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-acm/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 /.

errors.js7.4 KB · 217 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.InvalidStateException = exports.InvalidDomainValidationOptionsException = exports.ValidationException = exports.InvalidArgsException = exports.LimitExceededException = exports.RequestInProgressException = exports.ResourceInUseException = exports.ConflictException = exports.TooManyTagsException = exports.ThrottlingException = exports.TagPolicyException = exports.ResourceNotFoundException = exports.InvalidTagException = exports.InvalidParameterException = exports.InvalidArnException = exports.AccessDeniedException = void 0;const ACMServiceException_1 = require("./ACMServiceException");class AccessDeniedException extends ACMServiceException_1.ACMServiceException {    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 InvalidArnException extends ACMServiceException_1.ACMServiceException {    name = "InvalidArnException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidArnException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidArnException.prototype);    }}exports.InvalidArnException = InvalidArnException;class InvalidParameterException extends ACMServiceException_1.ACMServiceException {    name = "InvalidParameterException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidParameterException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidParameterException.prototype);    }}exports.InvalidParameterException = InvalidParameterException;class InvalidTagException extends ACMServiceException_1.ACMServiceException {    name = "InvalidTagException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidTagException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidTagException.prototype);    }}exports.InvalidTagException = InvalidTagException;class ResourceNotFoundException extends ACMServiceException_1.ACMServiceException {    name = "ResourceNotFoundException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);    }}exports.ResourceNotFoundException = ResourceNotFoundException;class TagPolicyException extends ACMServiceException_1.ACMServiceException {    name = "TagPolicyException";    $fault = "client";    constructor(opts) {        super({            name: "TagPolicyException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TagPolicyException.prototype);    }}exports.TagPolicyException = TagPolicyException;class ThrottlingException extends ACMServiceException_1.ACMServiceException {    name = "ThrottlingException";    $fault = "client";    throttlingReasons;    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);        this.throttlingReasons = opts.throttlingReasons;    }}exports.ThrottlingException = ThrottlingException;class TooManyTagsException extends ACMServiceException_1.ACMServiceException {    name = "TooManyTagsException";    $fault = "client";    constructor(opts) {        super({            name: "TooManyTagsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, TooManyTagsException.prototype);    }}exports.TooManyTagsException = TooManyTagsException;class ConflictException extends ACMServiceException_1.ACMServiceException {    name = "ConflictException";    $fault = "client";    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);    }}exports.ConflictException = ConflictException;class ResourceInUseException extends ACMServiceException_1.ACMServiceException {    name = "ResourceInUseException";    $fault = "client";    constructor(opts) {        super({            name: "ResourceInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceInUseException.prototype);    }}exports.ResourceInUseException = ResourceInUseException;class RequestInProgressException extends ACMServiceException_1.ACMServiceException {    name = "RequestInProgressException";    $fault = "client";    constructor(opts) {        super({            name: "RequestInProgressException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, RequestInProgressException.prototype);    }}exports.RequestInProgressException = RequestInProgressException;class LimitExceededException extends ACMServiceException_1.ACMServiceException {    name = "LimitExceededException";    $fault = "client";    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);    }}exports.LimitExceededException = LimitExceededException;class InvalidArgsException extends ACMServiceException_1.ACMServiceException {    name = "InvalidArgsException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidArgsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidArgsException.prototype);    }}exports.InvalidArgsException = InvalidArgsException;class ValidationException extends ACMServiceException_1.ACMServiceException {    name = "ValidationException";    $fault = "client";    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);    }}exports.ValidationException = ValidationException;class InvalidDomainValidationOptionsException extends ACMServiceException_1.ACMServiceException {    name = "InvalidDomainValidationOptionsException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidDomainValidationOptionsException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidDomainValidationOptionsException.prototype);    }}exports.InvalidDomainValidationOptionsException = InvalidDomainValidationOptionsException;class InvalidStateException extends ACMServiceException_1.ACMServiceException {    name = "InvalidStateException";    $fault = "client";    constructor(opts) {        super({            name: "InvalidStateException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidStateException.prototype);    }}exports.InvalidStateException = InvalidStateException;