ComprehendErrorType
public enum ComprehendErrorType : AWSErrorType
extension ComprehendErrorType : CustomStringConvertible
Error enum for Comprehend
-
Undocumented
Declaration
Swift
case batchSizeLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerException(message: String?)
-
Undocumented
Declaration
Swift
case invalidFilterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case jobNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case kmsKeyValidationException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case textSizeLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagKeysException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedLanguageException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }