errors.go 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package mobile
  3. const (
  4. // ErrCodeAccountActionRequiredException for service response error code
  5. // "AccountActionRequiredException".
  6. //
  7. // Account Action is required in order to continue the request.
  8. ErrCodeAccountActionRequiredException = "AccountActionRequiredException"
  9. // ErrCodeBadRequestException for service response error code
  10. // "BadRequestException".
  11. //
  12. // The request cannot be processed because some parameter is not valid or the
  13. // project state prevents the operation from being performed.
  14. ErrCodeBadRequestException = "BadRequestException"
  15. // ErrCodeInternalFailureException for service response error code
  16. // "InternalFailureException".
  17. //
  18. // The service has encountered an unexpected error condition which prevents
  19. // it from servicing the request.
  20. ErrCodeInternalFailureException = "InternalFailureException"
  21. // ErrCodeLimitExceededException for service response error code
  22. // "LimitExceededException".
  23. //
  24. // There are too many AWS Mobile Hub projects in the account or the account
  25. // has exceeded the maximum number of resources in some AWS service. You should
  26. // create another sub-account using AWS Organizations or remove some resources
  27. // and retry your request.
  28. ErrCodeLimitExceededException = "LimitExceededException"
  29. // ErrCodeNotFoundException for service response error code
  30. // "NotFoundException".
  31. //
  32. // No entity can be found with the specified identifier.
  33. ErrCodeNotFoundException = "NotFoundException"
  34. // ErrCodeServiceUnavailableException for service response error code
  35. // "ServiceUnavailableException".
  36. //
  37. // The service is temporarily unavailable. The request should be retried after
  38. // some time delay.
  39. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  40. // ErrCodeTooManyRequestsException for service response error code
  41. // "TooManyRequestsException".
  42. //
  43. // Too many requests have been received for this AWS account in too short a
  44. // time. The request should be retried after some time delay.
  45. ErrCodeTooManyRequestsException = "TooManyRequestsException"
  46. // ErrCodeUnauthorizedException for service response error code
  47. // "UnauthorizedException".
  48. //
  49. // Credentials of the caller are insufficient to authorize the request.
  50. ErrCodeUnauthorizedException = "UnauthorizedException"
  51. )