errors.go 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package securityhub
  3. const (
  4. // ErrCodeInternalException for service response error code
  5. // "InternalException".
  6. //
  7. // Internal server error.
  8. ErrCodeInternalException = "InternalException"
  9. // ErrCodeInvalidInputException for service response error code
  10. // "InvalidInputException".
  11. //
  12. // The request was rejected because an invalid or out-of-range value was supplied
  13. // for an input parameter.
  14. ErrCodeInvalidInputException = "InvalidInputException"
  15. // ErrCodeLimitExceededException for service response error code
  16. // "LimitExceededException".
  17. //
  18. // The request was rejected because it attempted to create resources beyond
  19. // the current AWS account limits. The error code describes the limit exceeded.
  20. ErrCodeLimitExceededException = "LimitExceededException"
  21. // ErrCodeResourceNotFoundException for service response error code
  22. // "ResourceNotFoundException".
  23. //
  24. // The request was rejected because the specified resource cannot be found.
  25. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  26. )