errors.go 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package backup
  3. const (
  4. // ErrCodeAlreadyExistsException for service response error code
  5. // "AlreadyExistsException".
  6. //
  7. // The required resource already exists.
  8. ErrCodeAlreadyExistsException = "AlreadyExistsException"
  9. // ErrCodeDependencyFailureException for service response error code
  10. // "DependencyFailureException".
  11. //
  12. // A dependent AWS service or resource returned an error to the AWS Backup service,
  13. // and the action cannot be completed.
  14. ErrCodeDependencyFailureException = "DependencyFailureException"
  15. // ErrCodeInvalidParameterValueException for service response error code
  16. // "InvalidParameterValueException".
  17. //
  18. // Indicates that something is wrong with a parameter's value. For example,
  19. // the value is out of range.
  20. ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
  21. // ErrCodeInvalidRequestException for service response error code
  22. // "InvalidRequestException".
  23. //
  24. // Indicates that something is wrong with the input to the request. For example,
  25. // a parameter is of the wrong type.
  26. ErrCodeInvalidRequestException = "InvalidRequestException"
  27. // ErrCodeLimitExceededException for service response error code
  28. // "LimitExceededException".
  29. //
  30. // A limit in the request has been exceeded; for example, a maximum number of
  31. // items allowed in a request.
  32. ErrCodeLimitExceededException = "LimitExceededException"
  33. // ErrCodeMissingParameterValueException for service response error code
  34. // "MissingParameterValueException".
  35. //
  36. // Indicates that a required parameter is missing.
  37. ErrCodeMissingParameterValueException = "MissingParameterValueException"
  38. // ErrCodeResourceNotFoundException for service response error code
  39. // "ResourceNotFoundException".
  40. //
  41. // A resource that is required for the action doesn't exist.
  42. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  43. // ErrCodeServiceUnavailableException for service response error code
  44. // "ServiceUnavailableException".
  45. //
  46. // The request failed due to a temporary failure of the server.
  47. ErrCodeServiceUnavailableException = "ServiceUnavailableException"
  48. )