ComprehendMedicalErrorType
public enum ComprehendMedicalErrorType : AWSErrorType
extension ComprehendMedicalErrorType : CustomStringConvertible
Error enum for ComprehendMedical
-
Undocumented
Declaration
Swift
case internalServerException(message: String?)
-
Undocumented
Declaration
Swift
case invalidEncodingException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case textSizeLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }