import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { DAXServiceException as __BaseException } from "./DAXServiceException"; /** *
You already have a DAX cluster with the given identifier.
* @public */ export declare class ClusterAlreadyExistsFault extends __BaseException { readonly name: "ClusterAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have attempted to exceed the maximum number of DAX clusters for * your Amazon Web Services account.
* @public */ export declare class ClusterQuotaForCustomerExceededFault extends __BaseException { readonly name: "ClusterQuotaForCustomerExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThere are not enough system resources to create the cluster you requested (or to * resize an already-existing cluster).
* @public */ export declare class InsufficientClusterCapacityFault extends __BaseException { readonly name: "InsufficientClusterCapacityFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested DAX cluster is not in the * available state.
* @public */ export declare class InvalidClusterStateFault extends __BaseException { readonly name: "InvalidClusterStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeTwo or more incompatible parameters were specified.
* @public */ export declare class InvalidParameterCombinationException extends __BaseException { readonly name: "InvalidParameterCombinationException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeOne or more parameters in a parameter group are in an invalid state.
* @public */ export declare class InvalidParameterGroupStateFault extends __BaseException { readonly name: "InvalidParameterGroupStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe value for a parameter is invalid.
* @public */ export declare class InvalidParameterValueException extends __BaseException { readonly name: "InvalidParameterValueException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe VPC network is in an invalid state.
* @public */ export declare class InvalidVPCNetworkStateFault extends __BaseException { readonly name: "InvalidVPCNetworkStateFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have attempted to exceed the maximum number of nodes for a DAX * cluster.
* @public */ export declare class NodeQuotaForClusterExceededFault extends __BaseException { readonly name: "NodeQuotaForClusterExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have attempted to exceed the maximum number of nodes for your Amazon Web Services account.
* @public */ export declare class NodeQuotaForCustomerExceededFault extends __BaseException { readonly name: "NodeQuotaForCustomerExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified parameter group does not exist.
* @public */ export declare class ParameterGroupNotFoundFault extends __BaseException { readonly name: "ParameterGroupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified service linked role (SLR) was not found.
* @public */ export declare class ServiceLinkedRoleNotFoundFault extends __BaseException { readonly name: "ServiceLinkedRoleNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have reached the maximum number of x509 certificates that can be created for * encrypted clusters in a 30 day period. Contact Amazon Web Services customer support to * discuss options for continuing to create encrypted clusters.
* @public */ export declare class ServiceQuotaExceededException extends __BaseException { readonly name: "ServiceQuotaExceededException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested subnet group name does not refer to an existing subnet * group.
* @public */ export declare class SubnetGroupNotFoundFault extends __BaseException { readonly name: "SubnetGroupNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have exceeded the maximum number of tags for this DAX cluster.
* @public */ export declare class TagQuotaPerResourceExceeded extends __BaseException { readonly name: "TagQuotaPerResourceExceeded"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified parameter group already exists.
* @public */ export declare class ParameterGroupAlreadyExistsFault extends __BaseException { readonly name: "ParameterGroupAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeYou have attempted to exceed the maximum number of parameter groups.
* @public */ export declare class ParameterGroupQuotaExceededFault extends __BaseException { readonly name: "ParameterGroupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeAn invalid subnet identifier was specified.
* @public */ export declare class InvalidSubnet extends __BaseException { readonly name: "InvalidSubnet"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified subnet group already exists.
* @public */ export declare class SubnetGroupAlreadyExistsFault extends __BaseException { readonly name: "SubnetGroupAlreadyExistsFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request cannot be processed because it would exceed the allowed number of * subnets in a subnet group.
* @public */ export declare class SubnetGroupQuotaExceededFault extends __BaseException { readonly name: "SubnetGroupQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified subnet can't be used for the requested network type. This error * occurs when either there aren't enough subnets of the required network type to create * the cluster, or when you try to use a subnet that doesn't support the requested network * type (for example, trying to create a dual-stack cluster with a subnet that doesn't have * IPv6 CIDR).
* @public */ export declare class SubnetNotAllowedFault extends __BaseException { readonly name: "SubnetNotAllowedFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe request cannot be processed because it would exceed the allowed number of * subnets in a subnet group.
* @public */ export declare class SubnetQuotaExceededFault extends __BaseException { readonly name: "SubnetQuotaExceededFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested cluster ID does not refer to an existing DAX * cluster.
* @public */ export declare class ClusterNotFoundFault extends __BaseException { readonly name: "ClusterNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeNone of the nodes in the cluster have the given node ID.
* @public */ export declare class NodeNotFoundFault extends __BaseException { readonly name: "NodeNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe specified subnet group is currently in use.
* @public */ export declare class SubnetGroupInUseFault extends __BaseException { readonly name: "SubnetGroupInUseFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe Amazon Resource Name (ARN) supplied in the request is not valid.
* @public */ export declare class InvalidARNFault extends __BaseException { readonly name: "InvalidARNFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe tag does not exist.
* @public */ export declare class TagNotFoundFault extends __BaseException { readonly name: "TagNotFoundFault"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionTypeThe requested subnet is being used by another subnet group.
* @public */ export declare class SubnetInUse extends __BaseException { readonly name: "SubnetInUse"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType