errors.go 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package elastictranscoder
  3. const (
  4. // ErrCodeAccessDeniedException for service response error code
  5. // "AccessDeniedException".
  6. //
  7. // General authentication failure. The request was not signed correctly.
  8. ErrCodeAccessDeniedException = "AccessDeniedException"
  9. // ErrCodeIncompatibleVersionException for service response error code
  10. // "IncompatibleVersionException".
  11. ErrCodeIncompatibleVersionException = "IncompatibleVersionException"
  12. // ErrCodeInternalServiceException for service response error code
  13. // "InternalServiceException".
  14. //
  15. // Elastic Transcoder encountered an unexpected exception while trying to fulfill
  16. // the request.
  17. ErrCodeInternalServiceException = "InternalServiceException"
  18. // ErrCodeLimitExceededException for service response error code
  19. // "LimitExceededException".
  20. //
  21. // Too many operations for a given AWS account. For example, the number of pipelines
  22. // exceeds the maximum allowed.
  23. ErrCodeLimitExceededException = "LimitExceededException"
  24. // ErrCodeResourceInUseException for service response error code
  25. // "ResourceInUseException".
  26. //
  27. // The resource you are attempting to change is in use. For example, you are
  28. // attempting to delete a pipeline that is currently in use.
  29. ErrCodeResourceInUseException = "ResourceInUseException"
  30. // ErrCodeResourceNotFoundException for service response error code
  31. // "ResourceNotFoundException".
  32. //
  33. // The requested resource does not exist or is not available. For example, the
  34. // pipeline to which you're trying to add a job doesn't exist or is still being
  35. // created.
  36. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  37. // ErrCodeValidationException for service response error code
  38. // "ValidationException".
  39. //
  40. // One or more required parameter values were not provided in the request.
  41. ErrCodeValidationException = "ValidationException"
  42. )