errors.go 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package cognitosync
  3. const (
  4. // ErrCodeAlreadyStreamedException for service response error code
  5. // "AlreadyStreamedException".
  6. //
  7. // An exception thrown when a bulk publish operation is requested less than
  8. // 24 hours after a previous bulk publish operation completed successfully.
  9. ErrCodeAlreadyStreamedException = "AlreadyStreamedException"
  10. // ErrCodeConcurrentModificationException for service response error code
  11. // "ConcurrentModificationException".
  12. //
  13. // Thrown if there are parallel requests to modify a resource.
  14. ErrCodeConcurrentModificationException = "ConcurrentModificationException"
  15. // ErrCodeDuplicateRequestException for service response error code
  16. // "DuplicateRequestException".
  17. //
  18. // An exception thrown when there is an IN_PROGRESS bulk publish operation for
  19. // the given identity pool.
  20. ErrCodeDuplicateRequestException = "DuplicateRequestException"
  21. // ErrCodeInternalErrorException for service response error code
  22. // "InternalErrorException".
  23. //
  24. // Indicates an internal service error.
  25. ErrCodeInternalErrorException = "InternalErrorException"
  26. // ErrCodeInvalidConfigurationException for service response error code
  27. // "InvalidConfigurationException".
  28. ErrCodeInvalidConfigurationException = "InvalidConfigurationException"
  29. // ErrCodeInvalidLambdaFunctionOutputException for service response error code
  30. // "InvalidLambdaFunctionOutputException".
  31. //
  32. // The AWS Lambda function returned invalid output or an exception.
  33. ErrCodeInvalidLambdaFunctionOutputException = "InvalidLambdaFunctionOutputException"
  34. // ErrCodeInvalidParameterException for service response error code
  35. // "InvalidParameterException".
  36. //
  37. // Thrown when a request parameter does not comply with the associated constraints.
  38. ErrCodeInvalidParameterException = "InvalidParameterException"
  39. // ErrCodeLambdaThrottledException for service response error code
  40. // "LambdaThrottledException".
  41. //
  42. // AWS Lambda throttled your account, please contact AWS Support
  43. ErrCodeLambdaThrottledException = "LambdaThrottledException"
  44. // ErrCodeLimitExceededException for service response error code
  45. // "LimitExceededException".
  46. //
  47. // Thrown when the limit on the number of objects or operations has been exceeded.
  48. ErrCodeLimitExceededException = "LimitExceededException"
  49. // ErrCodeNotAuthorizedException for service response error code
  50. // "NotAuthorizedException".
  51. //
  52. // Thrown when a user is not authorized to access the requested resource.
  53. ErrCodeNotAuthorizedException = "NotAuthorizedException"
  54. // ErrCodeResourceConflictException for service response error code
  55. // "ResourceConflictException".
  56. //
  57. // Thrown if an update can't be applied because the resource was changed by
  58. // another call and this would result in a conflict.
  59. ErrCodeResourceConflictException = "ResourceConflictException"
  60. // ErrCodeResourceNotFoundException for service response error code
  61. // "ResourceNotFoundException".
  62. //
  63. // Thrown if the resource doesn't exist.
  64. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  65. // ErrCodeTooManyRequestsException for service response error code
  66. // "TooManyRequestsException".
  67. //
  68. // Thrown if the request is throttled.
  69. ErrCodeTooManyRequestsException = "TooManyRequestsException"
  70. )