1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package cloudhsmv2
4
5const (
6
7	// ErrCodeCloudHsmAccessDeniedException for service response error code
8	// "CloudHsmAccessDeniedException".
9	//
10	// The request was rejected because the requester does not have permission to
11	// perform the requested operation.
12	ErrCodeCloudHsmAccessDeniedException = "CloudHsmAccessDeniedException"
13
14	// ErrCodeCloudHsmInternalFailureException for service response error code
15	// "CloudHsmInternalFailureException".
16	//
17	// The request was rejected because of an AWS CloudHSM internal failure. The
18	// request can be retried.
19	ErrCodeCloudHsmInternalFailureException = "CloudHsmInternalFailureException"
20
21	// ErrCodeCloudHsmInvalidRequestException for service response error code
22	// "CloudHsmInvalidRequestException".
23	//
24	// The request was rejected because it is not a valid request.
25	ErrCodeCloudHsmInvalidRequestException = "CloudHsmInvalidRequestException"
26
27	// ErrCodeCloudHsmResourceNotFoundException for service response error code
28	// "CloudHsmResourceNotFoundException".
29	//
30	// The request was rejected because it refers to a resource that cannot be found.
31	ErrCodeCloudHsmResourceNotFoundException = "CloudHsmResourceNotFoundException"
32
33	// ErrCodeCloudHsmServiceException for service response error code
34	// "CloudHsmServiceException".
35	//
36	// The request was rejected because an error occurred.
37	ErrCodeCloudHsmServiceException = "CloudHsmServiceException"
38)
39