AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cognitoidentity
/
aws.sdk.kotlin.services.cognitoidentity.model
/
CognitoIdentityException
Cognito
Identity
Exception
open
class
CognitoIdentityException
Base class for all service related exceptions thrown by the CognitoIdentity client
Inheritors
ConcurrentModificationException
DeveloperUserAlreadyRegisteredException
ExternalServiceException
InternalErrorException
InvalidIdentityPoolConfigurationException
InvalidParameterException
LimitExceededException
NotAuthorizedException
ResourceConflictException
ResourceNotFoundException
TooManyRequestsException
Members
Constructors
Cognito
Identity
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)