errors.go 788 B

123456789101112131415161718192021222324
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package cloudhsm
  3. const (
  4. // ErrCodeCloudHsmInternalException for service response error code
  5. // "CloudHsmInternalException".
  6. //
  7. // Indicates that an internal error occurred.
  8. ErrCodeCloudHsmInternalException = "CloudHsmInternalException"
  9. // ErrCodeCloudHsmServiceException for service response error code
  10. // "CloudHsmServiceException".
  11. //
  12. // Indicates that an exception occurred in the AWS CloudHSM service.
  13. ErrCodeCloudHsmServiceException = "CloudHsmServiceException"
  14. // ErrCodeInvalidRequestException for service response error code
  15. // "InvalidRequestException".
  16. //
  17. // Indicates that one or more of the request parameters are not valid.
  18. ErrCodeInvalidRequestException = "InvalidRequestException"
  19. )