errors.go 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package codebuild
  3. const (
  4. // ErrCodeAccountLimitExceededException for service response error code
  5. // "AccountLimitExceededException".
  6. //
  7. // An AWS service limit was exceeded for the calling AWS account.
  8. ErrCodeAccountLimitExceededException = "AccountLimitExceededException"
  9. // ErrCodeInvalidInputException for service response error code
  10. // "InvalidInputException".
  11. //
  12. // The input value that was provided is not valid.
  13. ErrCodeInvalidInputException = "InvalidInputException"
  14. // ErrCodeOAuthProviderException for service response error code
  15. // "OAuthProviderException".
  16. //
  17. // There was a problem with the underlying OAuth provider.
  18. ErrCodeOAuthProviderException = "OAuthProviderException"
  19. // ErrCodeResourceAlreadyExistsException for service response error code
  20. // "ResourceAlreadyExistsException".
  21. //
  22. // The specified AWS resource cannot be created, because an AWS resource with
  23. // the same settings already exists.
  24. ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
  25. // ErrCodeResourceNotFoundException for service response error code
  26. // "ResourceNotFoundException".
  27. //
  28. // The specified AWS resource cannot be found.
  29. ErrCodeResourceNotFoundException = "ResourceNotFoundException"
  30. )