errors.go 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package iotanalytics
  3. const (
  4. // ErrCodeInternalFailureException for service response error code
  5. // "InternalFailureException".
  6. //
  7. // There was an internal failure.
  8. ErrCodeInternalFailureException = "InternalFailureException"
  9. // ErrCodeInvalidRequestException for service response error code
  10. // "InvalidRequestException".
  11. //
  12. // The request was not valid.
  13. ErrCodeInvalidRequestException = "InvalidRequestException"
  14. // ErrCodeLimitExceededException for service response error code
  15. // "LimitExceededException".
  16. //
  17. // The command caused an internal limit to be exceeded.
  18. ErrCodeLimitExceededException = "LimitExceededException"
  19. // ErrCodeResourceAlreadyExistsException for service response error code
  20. // "ResourceAlreadyExistsException".
  21. //
  22. // A resource with the same name already exists.
  23. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  24. // ErrCodeResourceNotFoundException for service response error code
  25. // "ResourceNotFoundException".
  26. //
  27. // A resource with the specified name could not be found.
  28. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  29. // ErrCodeServiceUnavailableException for service response error code
  30. // "ServiceUnavailableException".
  31. //
  32. // The service is temporarily unavailable.
  33. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  34. // ErrCodeThrottlingException for service response error code
  35. // "ThrottlingException".
  36. //
  37. // The request was denied due to request throttling.
  38. ErrCodeThrottlingException = "ThrottlingException"
  39. )