1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package route53domains
4
5const (
6
7	// ErrCodeDomainLimitExceeded for service response error code
8	// "DomainLimitExceeded".
9	//
10	// The number of domains has exceeded the allowed threshold for the account.
11	ErrCodeDomainLimitExceeded = "DomainLimitExceeded"
12
13	// ErrCodeDuplicateRequest for service response error code
14	// "DuplicateRequest".
15	//
16	// The request is already in progress for the domain.
17	ErrCodeDuplicateRequest = "DuplicateRequest"
18
19	// ErrCodeInvalidInput for service response error code
20	// "InvalidInput".
21	//
22	// The requested item is not acceptable. For example, for an OperationId it
23	// might refer to the ID of an operation that is already completed. For a domain
24	// name, it might not be a valid domain name or belong to the requester account.
25	ErrCodeInvalidInput = "InvalidInput"
26
27	// ErrCodeOperationLimitExceeded for service response error code
28	// "OperationLimitExceeded".
29	//
30	// The number of operations or jobs running exceeded the allowed threshold for
31	// the account.
32	ErrCodeOperationLimitExceeded = "OperationLimitExceeded"
33
34	// ErrCodeTLDRulesViolation for service response error code
35	// "TLDRulesViolation".
36	//
37	// The top-level domain does not support this operation.
38	ErrCodeTLDRulesViolation = "TLDRulesViolation"
39
40	// ErrCodeUnsupportedTLD for service response error code
41	// "UnsupportedTLD".
42	//
43	// Amazon Route 53 does not support this top-level domain (TLD).
44	ErrCodeUnsupportedTLD = "UnsupportedTLD"
45)
46