Class DAXException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\DAX\Exception\DAXException
- Namespace: Aws\DAX\Exception
- Located at DAX/Exception/DAXException.php
Represents an error interacting with the Amazon DynamoDB Accelerator (DAX) service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
ClusterAlreadyExistsFault
[ ]
Description
You already have a DAX cluster with the given identifier.
Members
ClusterNotFoundFault
[ ]
Description
The requested cluster ID does not refer to an existing DAX cluster.
Members
ClusterQuotaForCustomerExceededFault
[ ]
Description
You have attempted to exceed the maximum number of DAX clusters for your AWS account.
Members
InsufficientClusterCapacityFault
[ ]
Description
There are not enough system resources to create the cluster you requested (or to resize an already-existing cluster).
Members
InvalidARNFault
[ ]
Description
The Amazon Resource Name (ARN) supplied in the request is not valid.
Members
InvalidClusterStateFault
[ ]
Description
The requested DAX cluster is not in the available state.
Members
InvalidParameterCombinationException
[ 'message' => '<string>', ]
Description
Two or more incompatible parameters were specified.
Members
- message
-
- Type: string
InvalidParameterGroupStateFault
[ ]
Description
One or more parameters in a parameter group are in an invalid state.
Members
InvalidParameterValueException
[ 'message' => '<string>', ]
Description
The value for a parameter is invalid.
Members
- message
-
- Type: string
InvalidSubnet
[ ]
Description
An invalid subnet identifier was specified.
Members
InvalidVPCNetworkStateFault
[ ]
Description
The VPC network is in an invalid state.
Members
NodeNotFoundFault
[ ]
Description
None of the nodes in the cluster have the given node ID.
Members
NodeQuotaForClusterExceededFault
[ ]
Description
You have attempted to exceed the maximum number of nodes for a DAX cluster.
Members
NodeQuotaForCustomerExceededFault
[ ]
Description
You have attempted to exceed the maximum number of nodes for your AWS account.
Members
ParameterGroupAlreadyExistsFault
[ ]
Description
The specified parameter group already exists.
Members
ParameterGroupNotFoundFault
[ ]
Description
The specified parameter group does not exist.
Members
ParameterGroupQuotaExceededFault
[ ]
Description
You have attempted to exceed the maximum number of parameter groups.
Members
ServiceLinkedRoleNotFoundFault
[ ]
Description
The specified service linked role (SLR) was not found.
Members
ServiceQuotaExceededException
[ ]
Description
You have reached the maximum number of x509 certificates that can be created for encrypted clusters in a 30 day period. Contact AWS customer support to discuss options for continuing to create encrypted clusters.
Members
SubnetGroupAlreadyExistsFault
[ ]
Description
The specified subnet group already exists.
Members
SubnetGroupInUseFault
[ ]
Description
The specified subnet group is currently in use.
Members
SubnetGroupNotFoundFault
[ ]
Description
The requested subnet group name does not refer to an existing subnet group.
Members
SubnetGroupQuotaExceededFault
[ ]
Description
The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
Members
SubnetInUse
[ ]
Description
The requested subnet is being used by another subnet group.
Members
SubnetQuotaExceededFault
[ ]
Description
The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.
Members
TagNotFoundFault
[ ]
Description
The tag does not exist.
Members
TagQuotaPerResourceExceeded
[ ]
Description
You have exceeded the maximum number of tags for this DAX cluster.