1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package cloudsearch
4
5const (
6
7	// ErrCodeBaseException for service response error code
8	// "BaseException".
9	//
10	// An error occurred while processing the request.
11	ErrCodeBaseException = "BaseException"
12
13	// ErrCodeDisabledOperationException for service response error code
14	// "DisabledAction".
15	//
16	// The request was rejected because it attempted an operation which is not enabled.
17	ErrCodeDisabledOperationException = "DisabledAction"
18
19	// ErrCodeInternalException for service response error code
20	// "InternalException".
21	//
22	// An internal error occurred while processing the request. If this problem
23	// persists, report an issue from the Service Health Dashboard (http://status.aws.amazon.com/).
24	ErrCodeInternalException = "InternalException"
25
26	// ErrCodeInvalidTypeException for service response error code
27	// "InvalidType".
28	//
29	// The request was rejected because it specified an invalid type definition.
30	ErrCodeInvalidTypeException = "InvalidType"
31
32	// ErrCodeLimitExceededException for service response error code
33	// "LimitExceeded".
34	//
35	// The request was rejected because a resource limit has already been met.
36	ErrCodeLimitExceededException = "LimitExceeded"
37
38	// ErrCodeResourceNotFoundException for service response error code
39	// "ResourceNotFound".
40	//
41	// The request was rejected because it attempted to reference a resource that
42	// does not exist.
43	ErrCodeResourceNotFoundException = "ResourceNotFound"
44
45	// ErrCodeValidationException for service response error code
46	// "ValidationException".
47	//
48	// The request was rejected because it has invalid parameters.
49	ErrCodeValidationException = "ValidationException"
50)
51