Class CognitoIdentityException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CognitoIdentity\Exception\CognitoIdentityException
- Namespace: Aws\CognitoIdentity\Exception
- Located at CognitoIdentity/Exception/CognitoIdentityException.php
Represents an error interacting with the Amazon Cognito Identity Logs 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
ConcurrentModificationException
[ 'message' => '<string>', ]
Description
Thrown if there are parallel requests to modify a resource.
Members
- message
-
- Type: string
The message returned by a ConcurrentModificationException.
DeveloperUserAlreadyRegisteredException
[ 'message' => '<string>', ]
Description
The provided developer user identifier is already registered with Cognito under a different identity ID.
Members
- message
-
- Type: string
This developer user identifier is already registered with Cognito.
ExternalServiceException
[ 'message' => '<string>', ]
Description
An exception thrown when a dependent service such as Facebook or Twitter is not responding
Members
- message
-
- Type: string
The message returned by an ExternalServiceException
InternalErrorException
[ 'message' => '<string>', ]
Description
Thrown when the service encounters an error during processing the request.
Members
- message
-
- Type: string
The message returned by an InternalErrorException.
InvalidIdentityPoolConfigurationException
[ 'message' => '<string>', ]
Description
Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.
Members
- message
-
- Type: string
The message returned for an
InvalidIdentityPoolConfigurationException
InvalidParameterException
[ 'message' => '<string>', ]
Description
Thrown for missing or bad input parameter(s).
Members
- message
-
- Type: string
The message returned by an InvalidParameterException.
LimitExceededException
[ 'message' => '<string>', ]
Description
Thrown when the total number of user pools has exceeded a preset limit.
Members
- message
-
- Type: string
The message returned by a LimitExceededException.
NotAuthorizedException
[ 'message' => '<string>', ]
Description
Thrown when a user is not authorized to access the requested resource.
Members
- message
-
- Type: string
The message returned by a NotAuthorizedException
ResourceConflictException
[ 'message' => '<string>', ]
Description
Thrown when a user tries to use a login which is already linked to another account.
Members
- message
-
- Type: string
The message returned by a ResourceConflictException.
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
Thrown when the requested resource (for example, a dataset or record) does not exist.
Members
- message
-
- Type: string
The message returned by a ResourceNotFoundException.
TooManyRequestsException
[ 'message' => '<string>', ]
Description
Thrown when a request is throttled.
Members
- message
-
- Type: string
Message returned by a TooManyRequestsException