CognitoIdentityErrorType
public enum CognitoIdentityErrorType : AWSErrorType
extension CognitoIdentityErrorType : CustomStringConvertible
Error enum for CognitoIdentity
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case developerUserAlreadyRegisteredException(message: String?)
-
Undocumented
Declaration
Swift
case externalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case internalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidIdentityPoolConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case notAuthorizedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceConflictException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }