mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +00:00
60 lines
2.3 KiB
Go
60 lines
2.3 KiB
Go
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||
|
|
||
|
package comprehend
|
||
|
|
||
|
const (
|
||
|
|
||
|
// ErrCodeBatchSizeLimitExceededException for service response error code
|
||
|
// "BatchSizeLimitExceededException".
|
||
|
//
|
||
|
// The number of documents in the request exceeds the limit of 25. Try your
|
||
|
// request again with fewer documents.
|
||
|
ErrCodeBatchSizeLimitExceededException = "BatchSizeLimitExceededException"
|
||
|
|
||
|
// ErrCodeInternalServerException for service response error code
|
||
|
// "InternalServerException".
|
||
|
//
|
||
|
// An internal server error occurred. Retry your request.
|
||
|
ErrCodeInternalServerException = "InternalServerException"
|
||
|
|
||
|
// ErrCodeInvalidFilterException for service response error code
|
||
|
// "InvalidFilterException".
|
||
|
//
|
||
|
// The filter specified for the ListTopicDetectionJobs operation is invalid.
|
||
|
// Specify a different filter.
|
||
|
ErrCodeInvalidFilterException = "InvalidFilterException"
|
||
|
|
||
|
// ErrCodeInvalidRequestException for service response error code
|
||
|
// "InvalidRequestException".
|
||
|
//
|
||
|
// The request is invalid.
|
||
|
ErrCodeInvalidRequestException = "InvalidRequestException"
|
||
|
|
||
|
// ErrCodeJobNotFoundException for service response error code
|
||
|
// "JobNotFoundException".
|
||
|
//
|
||
|
// The specified job was not found. Check the job ID and try again.
|
||
|
ErrCodeJobNotFoundException = "JobNotFoundException"
|
||
|
|
||
|
// ErrCodeTextSizeLimitExceededException for service response error code
|
||
|
// "TextSizeLimitExceededException".
|
||
|
//
|
||
|
// The size of the input text exceeds the limit. Use a smaller document.
|
||
|
ErrCodeTextSizeLimitExceededException = "TextSizeLimitExceededException"
|
||
|
|
||
|
// ErrCodeTooManyRequestsException for service response error code
|
||
|
// "TooManyRequestsException".
|
||
|
//
|
||
|
// The number of requests exceeds the limit. Resubmit your request later.
|
||
|
ErrCodeTooManyRequestsException = "TooManyRequestsException"
|
||
|
|
||
|
// ErrCodeUnsupportedLanguageException for service response error code
|
||
|
// "UnsupportedLanguageException".
|
||
|
//
|
||
|
// Amazon Comprehend can't process the language of the input text. For all APIs
|
||
|
// except DetectDominantLanguage, Amazon Comprehend accepts only English or
|
||
|
// Spanish text. For the DetectDominantLanguage API, Amazon Comprehend detects
|
||
|
// 100 languages. For a list of languages, see how-languages
|
||
|
ErrCodeUnsupportedLanguageException = "UnsupportedLanguageException"
|
||
|
)
|