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
- message
-
- Required: Yes
- Type: string
The message associated with the AlreadyStreamedException exception.
ConcurrentModificationException
[ 'message' => '<string>', ]
Description
Thrown if there are parallel requests to modify a resource.
Members
- message
-
- Required: Yes
- Type: string
The message returned by a ConcurrentModicationException.
DuplicateRequestException
[ 'message' => '<string>', ]
Description
An exception thrown when there is an IN_PROGRESS bulk publish operation for the given identity pool.
Members
- message
-
- Required: Yes
- Type: string
The message associated with the DuplicateRequestException exception.
InternalErrorException
[ 'message' => '<string>', ]
Description
Indicates an internal service error.
Members
- message
-
- Required: Yes
- Type: string
Message returned by InternalErrorException.
InvalidConfigurationException
[ 'message' => '<string>', ]
Members
- message
-
- Required: Yes
- Type: string
Message returned by InvalidConfigurationException.
InvalidLambdaFunctionOutputException
[ 'message' => '<string>', ]
Description
The AWS Lambda function returned invalid output or an exception.
Members
- message
-
- Required: Yes
- Type: string
A message returned when an InvalidLambdaFunctionOutputException occurs
InvalidParameterException
[ 'message' => '<string>', ]
Description
Thrown when a request parameter does not comply with the associated constraints.
Members
- message
-
- Required: Yes
- Type: string
Message returned by InvalidParameterException.
LambdaThrottledException
[ 'message' => '<string>', ]
Description
AWS Lambda throttled your account, please contact AWS Support
Members
- message
-
- Required: Yes
- Type: string
A message returned when an LambdaThrottledException is thrown
LimitExceededException
[ 'message' => '<string>', ]
Description
Thrown when the limit on the number of objects or operations has been exceeded.
Members
- message
-
- Required: Yes
- Type: string
Message returned by LimitExceededException.
NotAuthorizedException
[ 'message' => '<string>', ]
Description
Thrown when a user is not authorized to access the requested resource.
Members
- message
-
- Required: Yes
- Type: string
The message returned by a NotAuthorizedException.
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
- message
-
- Required: Yes
- Type: string
The message returned by a ResourceConflictException.
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
Thrown if the resource doesn't exist.
Members
- message
-
- Required: Yes
- Type: string
Message returned by a ResourceNotFoundException.
TooManyRequestsException
[ 'message' => '<string>', ]
Description
Thrown if the request is throttled.
Members
- message
-
- Required: Yes
- Type: string
Message returned by a TooManyRequestsException.