errors.go 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package appmesh
  3. const (
  4. // ErrCodeBadRequestException for service response error code
  5. // "BadRequestException".
  6. //
  7. // The request syntax was malformed. Check your request syntax and try again.
  8. ErrCodeBadRequestException = "BadRequestException"
  9. // ErrCodeConflictException for service response error code
  10. // "ConflictException".
  11. //
  12. // The request contains a client token that was used for a previous update resource
  13. // call with different specifications. Try the request again with a new client
  14. // token.
  15. ErrCodeConflictException = "ConflictException"
  16. // ErrCodeForbiddenException for service response error code
  17. // "ForbiddenException".
  18. //
  19. // You do not have permissions to perform this action.
  20. ErrCodeForbiddenException = "ForbiddenException"
  21. // ErrCodeInternalServerErrorException for service response error code
  22. // "InternalServerErrorException".
  23. //
  24. // The request processing has failed because of an unknown error, exception,
  25. // or failure.
  26. ErrCodeInternalServerErrorException = "InternalServerErrorException"
  27. // ErrCodeLimitExceededException for service response error code
  28. // "LimitExceededException".
  29. //
  30. // You have exceeded a service limit for your account. For more information,
  31. // see Service Limits (https://docs.aws.amazon.com/app-mesh/latest/userguide/service_limits.html)
  32. // in the AWS App Mesh User Guide.
  33. ErrCodeLimitExceededException = "LimitExceededException"
  34. // ErrCodeNotFoundException for service response error code
  35. // "NotFoundException".
  36. //
  37. // The specified resource does not exist. Check your request syntax and try
  38. // again.
  39. ErrCodeNotFoundException = "NotFoundException"
  40. // ErrCodeResourceInUseException for service response error code
  41. // "ResourceInUseException".
  42. //
  43. // You cannot delete the specified resource because it is in use or required
  44. // by another resource.
  45. ErrCodeResourceInUseException = "ResourceInUseException"
  46. // ErrCodeServiceUnavailableException for service response error code
  47. // "ServiceUnavailableException".
  48. //
  49. // The request has failed due to a temporary failure of the service.
  50. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  51. // ErrCodeTooManyRequestsException for service response error code
  52. // "TooManyRequestsException".
  53. //
  54. // The maximum request rate permitted by the App Mesh APIs has been exceeded
  55. // for your account. For best results, use an increasing or variable sleep interval
  56. // between requests.
  57. ErrCodeTooManyRequestsException = "TooManyRequestsException"
  58. )