Class CognitoSyncException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CognitoSync\Exception\CognitoSyncException
- Namespace: Aws\CognitoSync\Exception
- Located at CognitoSync/Exception/CognitoSyncException.php
Represents an error interacting with the Amazon Cognito Sync 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AlreadyStreamedException
[ 'message' => '<string>', ]
Description
An exception thrown when a bulk publish operation is requested less than 24 hours after a previous bulk publish operation completed successfully.
Members
ConcurrentModificationException
[ 'message' => '<string>', ]
Description
Thrown if there are parallel requests to modify a resource.
Members
DuplicateRequestException
[ 'message' => '<string>', ]
Description
An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.
Members
InternalErrorException
[ 'message' => '<string>', ]
Description
Indicates an internal service error.
Members
InvalidConfigurationException
[ 'message' => '<string>', ]
InvalidLambdaFunctionOutputException
[ 'message' => '<string>', ]
Description
The AWS Lambda function returned invalid output or an exception.
Members
InvalidParameterException
[ 'message' => '<string>', ]
Description
Thrown when a request parameter does not comply with the associated constraints.
Members
LambdaThrottledException
[ 'message' => '<string>', ]
Description
AWS Lambda throttled your account, please contact AWS Support
Members
LimitExceededException
[ 'message' => '<string>', ]
Description
Thrown when the limit on the number of objects or operations has been exceeded.
Members
NotAuthorizedException
[ 'message' => '<string>', ]
Description
Thrown when a user is not authorized to access the requested resource.
Members
ResourceConflictException
[ 'message' => '<string>', ]
Description
Thrown if an update can't be applied because the resource was changed by another call and this would result in a conflict.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
Thrown if the resource doesn't exist.
Members
TooManyRequestsException
[ 'message' => '<string>', ]