File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-securityhub/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.js8.5 KB · 260 lines
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.ResourceInUseException = exports.OrganizationNotFoundException = exports.OrganizationalUnitNotFoundException = exports.ServiceQuotaExceededException = exports.ResourceConflictException = exports.ValidationException = exports.ThrottlingException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InvalidInputException = exports.InvalidAccessException = exports.InternalException = void 0;const SecurityHubServiceException_1 = require("./SecurityHubServiceException");class InternalException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "InternalException";    $fault = "server";    Message;    Code;    constructor(opts) {        super({            name: "InternalException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.InternalException = InternalException;class InvalidAccessException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "InvalidAccessException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "InvalidAccessException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidAccessException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.InvalidAccessException = InvalidAccessException;class InvalidInputException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "InvalidInputException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "InvalidInputException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, InvalidInputException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.InvalidInputException = InvalidInputException;class LimitExceededException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "LimitExceededException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "LimitExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, LimitExceededException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.LimitExceededException = LimitExceededException;class ResourceNotFoundException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ResourceNotFoundException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ResourceNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceNotFoundException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ResourceNotFoundException = ResourceNotFoundException;class AccessDeniedException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "AccessDeniedException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "AccessDeniedException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, AccessDeniedException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.AccessDeniedException = AccessDeniedException;class ConflictException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ConflictException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ConflictException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ConflictException = ConflictException;class InternalServerException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "InternalServerException";    $fault = "server";    Message;    Code;    constructor(opts) {        super({            name: "InternalServerException",            $fault: "server",            ...opts,        });        Object.setPrototypeOf(this, InternalServerException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.InternalServerException = InternalServerException;class ThrottlingException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ThrottlingException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ThrottlingException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ThrottlingException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ThrottlingException = ThrottlingException;class ValidationException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ValidationException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ValidationException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ValidationException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ValidationException = ValidationException;class ResourceConflictException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ResourceConflictException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ResourceConflictException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceConflictException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ResourceConflictException = ResourceConflictException;class ServiceQuotaExceededException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ServiceQuotaExceededException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ServiceQuotaExceededException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ServiceQuotaExceededException = ServiceQuotaExceededException;class OrganizationalUnitNotFoundException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "OrganizationalUnitNotFoundException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "OrganizationalUnitNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OrganizationalUnitNotFoundException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.OrganizationalUnitNotFoundException = OrganizationalUnitNotFoundException;class OrganizationNotFoundException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "OrganizationNotFoundException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "OrganizationNotFoundException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, OrganizationNotFoundException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.OrganizationNotFoundException = OrganizationNotFoundException;class ResourceInUseException extends SecurityHubServiceException_1.SecurityHubServiceException {    name = "ResourceInUseException";    $fault = "client";    Message;    Code;    constructor(opts) {        super({            name: "ResourceInUseException",            $fault: "client",            ...opts,        });        Object.setPrototypeOf(this, ResourceInUseException.prototype);        this.Message = opts.Message;        this.Code = opts.Code;    }}exports.ResourceInUseException = ResourceInUseException;