1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package rekognition
4
5const (
6
7	// ErrCodeAccessDeniedException for service response error code
8	// "AccessDeniedException".
9	//
10	// You are not authorized to perform the action.
11	ErrCodeAccessDeniedException = "AccessDeniedException"
12
13	// ErrCodeIdempotentParameterMismatchException for service response error code
14	// "IdempotentParameterMismatchException".
15	//
16	// A ClientRequestToken input parameter was reused with an operation, but at
17	// least one of the other input parameters is different from the previous call
18	// to the operation.
19	ErrCodeIdempotentParameterMismatchException = "IdempotentParameterMismatchException"
20
21	// ErrCodeImageTooLargeException for service response error code
22	// "ImageTooLargeException".
23	//
24	// The input image size exceeds the allowed limit. For more information, see
25	// Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
26	ErrCodeImageTooLargeException = "ImageTooLargeException"
27
28	// ErrCodeInternalServerError for service response error code
29	// "InternalServerError".
30	//
31	// Amazon Rekognition experienced a service issue. Try your call again.
32	ErrCodeInternalServerError = "InternalServerError"
33
34	// ErrCodeInvalidImageFormatException for service response error code
35	// "InvalidImageFormatException".
36	//
37	// The provided image format is not supported.
38	ErrCodeInvalidImageFormatException = "InvalidImageFormatException"
39
40	// ErrCodeInvalidPaginationTokenException for service response error code
41	// "InvalidPaginationTokenException".
42	//
43	// Pagination token in the request is not valid.
44	ErrCodeInvalidPaginationTokenException = "InvalidPaginationTokenException"
45
46	// ErrCodeInvalidParameterException for service response error code
47	// "InvalidParameterException".
48	//
49	// Input parameter violated a constraint. Validate your parameter before calling
50	// the API operation again.
51	ErrCodeInvalidParameterException = "InvalidParameterException"
52
53	// ErrCodeInvalidS3ObjectException for service response error code
54	// "InvalidS3ObjectException".
55	//
56	// Amazon Rekognition is unable to access the S3 object specified in the request.
57	ErrCodeInvalidS3ObjectException = "InvalidS3ObjectException"
58
59	// ErrCodeLimitExceededException for service response error code
60	// "LimitExceededException".
61	//
62	// An Amazon Rekognition service limit was exceeded. For example, if you start
63	// too many Amazon Rekognition Video jobs concurrently, calls to start operations
64	// (StartLabelDetection, for example) will raise a LimitExceededException exception
65	// (HTTP status code: 400) until the number of concurrently running jobs is
66	// below the Amazon Rekognition service limit.
67	ErrCodeLimitExceededException = "LimitExceededException"
68
69	// ErrCodeProvisionedThroughputExceededException for service response error code
70	// "ProvisionedThroughputExceededException".
71	//
72	// The number of requests exceeded your throughput limit. If you want to increase
73	// this limit, contact Amazon Rekognition.
74	ErrCodeProvisionedThroughputExceededException = "ProvisionedThroughputExceededException"
75
76	// ErrCodeResourceAlreadyExistsException for service response error code
77	// "ResourceAlreadyExistsException".
78	//
79	// A collection with the specified ID already exists.
80	ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
81
82	// ErrCodeResourceInUseException for service response error code
83	// "ResourceInUseException".
84	ErrCodeResourceInUseException = "ResourceInUseException"
85
86	// ErrCodeResourceNotFoundException for service response error code
87	// "ResourceNotFoundException".
88	//
89	// The collection specified in the request cannot be found.
90	ErrCodeResourceNotFoundException = "ResourceNotFoundException"
91
92	// ErrCodeThrottlingException for service response error code
93	// "ThrottlingException".
94	//
95	// Amazon Rekognition is temporarily unable to process the request. Try your
96	// call again.
97	ErrCodeThrottlingException = "ThrottlingException"
98
99	// ErrCodeVideoTooLargeException for service response error code
100	// "VideoTooLargeException".
101	//
102	// The file size or duration of the supplied media is too large. The maximum
103	// file size is 8GB. The maximum duration is 2 hours.
104	ErrCodeVideoTooLargeException = "VideoTooLargeException"
105)
106