errors.go 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package cloudwatch
  3. const (
  4. // ErrCodeDashboardInvalidInputError for service response error code
  5. // "InvalidParameterInput".
  6. //
  7. // Some part of the dashboard data is invalid.
  8. ErrCodeDashboardInvalidInputError = "InvalidParameterInput"
  9. // ErrCodeDashboardNotFoundError for service response error code
  10. // "ResourceNotFound".
  11. //
  12. // The specified dashboard does not exist.
  13. ErrCodeDashboardNotFoundError = "ResourceNotFound"
  14. // ErrCodeInternalServiceFault for service response error code
  15. // "InternalServiceError".
  16. //
  17. // Request processing has failed due to some unknown error, exception, or failure.
  18. ErrCodeInternalServiceFault = "InternalServiceError"
  19. // ErrCodeInvalidFormatFault for service response error code
  20. // "InvalidFormat".
  21. //
  22. // Data was not syntactically valid JSON.
  23. ErrCodeInvalidFormatFault = "InvalidFormat"
  24. // ErrCodeInvalidNextToken for service response error code
  25. // "InvalidNextToken".
  26. //
  27. // The next token specified is invalid.
  28. ErrCodeInvalidNextToken = "InvalidNextToken"
  29. // ErrCodeInvalidParameterCombinationException for service response error code
  30. // "InvalidParameterCombination".
  31. //
  32. // Parameters were used together that cannot be used together.
  33. ErrCodeInvalidParameterCombinationException = "InvalidParameterCombination"
  34. // ErrCodeInvalidParameterValueException for service response error code
  35. // "InvalidParameterValue".
  36. //
  37. // The value of an input parameter is bad or out-of-range.
  38. ErrCodeInvalidParameterValueException = "InvalidParameterValue"
  39. // ErrCodeLimitExceededFault for service response error code
  40. // "LimitExceeded".
  41. //
  42. // The quota for alarms for this customer has already been reached.
  43. ErrCodeLimitExceededFault = "LimitExceeded"
  44. // ErrCodeMissingRequiredParameterException for service response error code
  45. // "MissingParameter".
  46. //
  47. // An input parameter that is required is missing.
  48. ErrCodeMissingRequiredParameterException = "MissingParameter"
  49. // ErrCodeResourceNotFound for service response error code
  50. // "ResourceNotFound".
  51. //
  52. // The named resource does not exist.
  53. ErrCodeResourceNotFound = "ResourceNotFound"
  54. )