See: Description
| Class | Description |
|---|---|
| Credentials |
Credentials for the provided identity ID.
|
| GetCredentialsForIdentityRequest |
Returns credentials for the provided identity ID.
|
| GetCredentialsForIdentityResult |
Returned in response to a successful
GetCredentialsForIdentity
operation. |
| GetIdRequest |
Generates (or retrieves) a Cognito ID.
|
| GetIdResult |
Returned in response to a GetId request.
|
| GetOpenIdTokenRequest |
Gets an OpenID token, using a known Cognito ID.
|
| GetOpenIdTokenResult |
Returned in response to a successful GetOpenIdToken request.
|
| Exception | Description |
|---|---|
| ExternalServiceException |
An exception thrown when a dependent service such as Facebook or Twitter is
not responding
|
| InternalErrorException |
Thrown when the service encounters an error during processing the request.
|
| InvalidIdentityPoolConfigurationException |
Thrown if the identity pool has no role associated for the given auth type
(auth/unauth) or if the AssumeRole fails.
|
| InvalidParameterException |
Thrown for missing or bad input parameter(s).
|
| LimitExceededException |
Thrown when the total number of user pools has exceeded a preset limit.
|
| NotAuthorizedException |
Thrown when a user is not authorized to access the requested resource.
|
| ResourceConflictException |
Thrown when a user tries to use a login which is already linked to another
account.
|
| ResourceNotFoundException |
Thrown when the requested resource (for example, a dataset or record) does
not exist.
|
| TooManyRequestsException |
Thrown when a request is throttled.
|
Copyright © 2017. All rights reserved.