Class ConnectException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Connect\Exception\ConnectException
- Namespace: Aws\Connect\Exception
- Located at Connect/Exception/ConnectException.php
Represents an error interacting with the Amazon Connect Service 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
AccessDeniedException
[ 'Message' => '<string>', ]
Description
You do not have sufficient permissions to perform this action.
Members
ContactFlowNotPublishedException
[ 'Message' => '<string>', ]
ContactNotFoundException
[ 'Message' => '<string>', ]
Description
The contact with the specified ID is not active or does not exist. Applies to Voice calls only, not to Chat, Task, or Voice Callback.
Members
DestinationNotAllowedException
[ 'Message' => '<string>', ]
Description
Outbound calls to the destination number are not allowed.
Members
DuplicateResourceException
[ 'Message' => '<string>', ]
IdempotencyException
[ 'Message' => '<string>', ]
InternalServiceException
[ 'Message' => '<string>', ]
Description
Request processing failed because of an error or failure with the service.
Members
InvalidContactFlowException
[ 'problems' => [ [ 'message' => '<string>', ], // ... ], ]
Description
The flow is not valid.
Members
- problems
-
- Type: Array of ProblemDetail structures
The problems with the flow. Please fix before trying again.
InvalidContactFlowModuleException
[ 'Problems' => [ [ 'message' => '<string>', ], // ... ], ]
Description
The problems with the module. Please fix before trying again.
Members
- Problems
-
- Type: Array of ProblemDetail structures
InvalidParameterException
[ 'Message' => '<string>', ]
Description
One or more of the specified parameters are not valid.
Members
InvalidRequestException
[ 'Message' => '<string>', ]
LimitExceededException
[ 'Message' => '<string>', ]
Description
The allowed limit for the resource has been exceeded.
Members
OutboundContactNotPermittedException
[ 'Message' => '<string>', ]
Description
The contact is not permitted.
Members
PropertyValidationException
[ 'Message' => '<string>', 'PropertyList' => [ [ 'Message' => '<string>', 'PropertyPath' => '<string>', 'Reason' => 'INVALID_FORMAT|UNIQUE_CONSTRAINT_VIOLATED|REFERENCED_RESOURCE_NOT_FOUND|RESOURCE_NAME_ALREADY_EXISTS|REQUIRED_PROPERTY_MISSING|NOT_SUPPORTED', ], // ... ], ]
Description
The property is not valid.
Members
- Message
-
- Required: Yes
- Type: string
- PropertyList
-
- Type: Array of PropertyValidationExceptionProperty structures
ResourceConflictException
[ 'Message' => '<string>', ]
ResourceInUseException
[ 'Message' => '<string>', 'ResourceId' => '<string>', 'ResourceType' => 'CONTACT|CONTACT_FLOW|INSTANCE|PARTICIPANT|HIERARCHY_LEVEL|HIERARCHY_GROUP|USER', ]
Description
That resource is already in use. Please try another.
Members
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The specified resource was not found.
Members
ResourceNotReadyException
[ 'Message' => '<string>', ]
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
ThrottlingException
[ 'Message' => '<string>', ]
UserNotFoundException
[ 'Message' => '<string>', ]