AWSComprehendPageBasedErrorCode

Objective-C

NS_ENUM(NSInteger, AWSComprehendPageBasedErrorCode) {
    AWSComprehendPageBasedErrorCodeUnknown,
    AWSComprehendPageBasedErrorCodeTextractBadPage,
    AWSComprehendPageBasedErrorCodeTextractProvisionedThroughputExceeded,
    AWSComprehendPageBasedErrorCodePageCharactersExceeded,
    AWSComprehendPageBasedErrorCodePageSizeExceeded,
    AWSComprehendPageBasedErrorCodeInternalServerError,
}

Swift

enum AWSComprehendPageBasedErrorCode : Int, @unchecked Sendable

Undocumented