| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterAlreadyExistsException
You already have a DAX cluster with the given identifier.
|
class |
ClusterNotFoundException
The requested cluster ID does not refer to an existing DAX cluster.
|
class |
ClusterQuotaForCustomerExceededException
You have attempted to exceed the maximum number of DAX clusters for your AWS account.
|
class |
InsufficientClusterCapacityException
There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).
|
class |
InvalidARNException
The Amazon Resource Name (ARN) supplied in the request is not valid.
|
class |
InvalidClusterStateException
The requested DAX cluster is not in the available state.
|
class |
InvalidParameterCombinationException
Two or more incompatible parameters were specified.
|
class |
InvalidParameterGroupStateException
One or more parameters in a parameter group are in an invalid state.
|
class |
InvalidParameterValueException
The value for a parameter is invalid.
|
class |
InvalidSubnetException
An invalid subnet identifier was specified.
|
class |
InvalidVPCNetworkStateException
The VPC network is in an invalid state.
|
class |
NodeNotFoundException
None of the nodes in the cluster have the given node ID.
|
class |
NodeQuotaForClusterExceededException
You have attempted to exceed the maximum number of nodes for a DAX cluster.
|
class |
NodeQuotaForCustomerExceededException
You have attempted to exceed the maximum number of nodes for your AWS account.
|
class |
ParameterGroupAlreadyExistsException
The specified parameter group already exists.
|
class |
ParameterGroupNotFoundException
The specified parameter group does not exist.
|
class |
ParameterGroupQuotaExceededException
You have attempted to exceed the maximum number of parameter groups.
|
class |
ServiceLinkedRoleNotFoundException
The specified service linked role (SLR) was not found.
|
class |
SubnetGroupAlreadyExistsException
The specified subnet group already exists.
|
class |
SubnetGroupInUseException
The specified subnet group is currently in use.
|
class |
SubnetGroupNotFoundException
The requested subnet group name does not refer to an existing subnet group.
|
class |
SubnetGroupQuotaExceededException
The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
|
class |
SubnetInUseException
The requested subnet is being used by another subnet group.
|
class |
SubnetQuotaExceededException
The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
|
class |
TagNotFoundException
The tag does not exist.
|
class |
TagQuotaPerResourceExceededException
You have exceeded the maximum number of tags for this DAX cluster.
|
Copyright © 2020. All rights reserved.