errors.go 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package codestar
  3. const (
  4. // ErrCodeConcurrentModificationException for service response error code
  5. // "ConcurrentModificationException".
  6. //
  7. // Another modification is being made. That modification must complete before
  8. // you can make your change.
  9. ErrCodeConcurrentModificationException = "ConcurrentModificationException"
  10. // ErrCodeInvalidNextTokenException for service response error code
  11. // "InvalidNextTokenException".
  12. //
  13. // The next token is not valid.
  14. ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
  15. // ErrCodeInvalidServiceRoleException for service response error code
  16. // "InvalidServiceRoleException".
  17. //
  18. // The service role is not valid.
  19. ErrCodeInvalidServiceRoleException = "InvalidServiceRoleException"
  20. // ErrCodeLimitExceededException for service response error code
  21. // "LimitExceededException".
  22. //
  23. // A resource limit has been exceeded.
  24. ErrCodeLimitExceededException = "LimitExceededException"
  25. // ErrCodeProjectAlreadyExistsException for service response error code
  26. // "ProjectAlreadyExistsException".
  27. //
  28. // An AWS CodeStar project with the same ID already exists in this region for
  29. // the AWS account. AWS CodeStar project IDs must be unique within a region
  30. // for the AWS account.
  31. ErrCodeProjectAlreadyExistsException = "ProjectAlreadyExistsException"
  32. // ErrCodeProjectConfigurationException for service response error code
  33. // "ProjectConfigurationException".
  34. //
  35. // Project configuration information is required but not specified.
  36. ErrCodeProjectConfigurationException = "ProjectConfigurationException"
  37. // ErrCodeProjectCreationFailedException for service response error code
  38. // "ProjectCreationFailedException".
  39. //
  40. // The project creation request was valid, but a nonspecific exception or error
  41. // occurred during project creation. The project could not be created in AWS
  42. // CodeStar.
  43. ErrCodeProjectCreationFailedException = "ProjectCreationFailedException"
  44. // ErrCodeProjectNotFoundException for service response error code
  45. // "ProjectNotFoundException".
  46. //
  47. // The specified AWS CodeStar project was not found.
  48. ErrCodeProjectNotFoundException = "ProjectNotFoundException"
  49. // ErrCodeTeamMemberAlreadyAssociatedException for service response error code
  50. // "TeamMemberAlreadyAssociatedException".
  51. //
  52. // The team member is already associated with a role in this project.
  53. ErrCodeTeamMemberAlreadyAssociatedException = "TeamMemberAlreadyAssociatedException"
  54. // ErrCodeTeamMemberNotFoundException for service response error code
  55. // "TeamMemberNotFoundException".
  56. //
  57. // The specified team member was not found.
  58. ErrCodeTeamMemberNotFoundException = "TeamMemberNotFoundException"
  59. // ErrCodeUserProfileAlreadyExistsException for service response error code
  60. // "UserProfileAlreadyExistsException".
  61. //
  62. // A user profile with that name already exists in this region for the AWS account.
  63. // AWS CodeStar user profile names must be unique within a region for the AWS
  64. // account.
  65. ErrCodeUserProfileAlreadyExistsException = "UserProfileAlreadyExistsException"
  66. // ErrCodeUserProfileNotFoundException for service response error code
  67. // "UserProfileNotFoundException".
  68. //
  69. // The user profile was not found.
  70. ErrCodeUserProfileNotFoundException = "UserProfileNotFoundException"
  71. // ErrCodeValidationException for service response error code
  72. // "ValidationException".
  73. //
  74. // The specified input is either not valid, or it could not be validated.
  75. ErrCodeValidationException = "ValidationException"
  76. )