errors.go 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package codepipeline
  3. const (
  4. // ErrCodeActionNotFoundException for service response error code
  5. // "ActionNotFoundException".
  6. //
  7. // The specified action cannot be found.
  8. ErrCodeActionNotFoundException = "ActionNotFoundException"
  9. // ErrCodeActionTypeNotFoundException for service response error code
  10. // "ActionTypeNotFoundException".
  11. //
  12. // The specified action type cannot be found.
  13. ErrCodeActionTypeNotFoundException = "ActionTypeNotFoundException"
  14. // ErrCodeApprovalAlreadyCompletedException for service response error code
  15. // "ApprovalAlreadyCompletedException".
  16. //
  17. // The approval action has already been approved or rejected.
  18. ErrCodeApprovalAlreadyCompletedException = "ApprovalAlreadyCompletedException"
  19. // ErrCodeInvalidActionDeclarationException for service response error code
  20. // "InvalidActionDeclarationException".
  21. //
  22. // The specified action declaration was specified in an invalid format.
  23. ErrCodeInvalidActionDeclarationException = "InvalidActionDeclarationException"
  24. // ErrCodeInvalidApprovalTokenException for service response error code
  25. // "InvalidApprovalTokenException".
  26. //
  27. // The approval request already received a response or has expired.
  28. ErrCodeInvalidApprovalTokenException = "InvalidApprovalTokenException"
  29. // ErrCodeInvalidBlockerDeclarationException for service response error code
  30. // "InvalidBlockerDeclarationException".
  31. //
  32. // Reserved for future use.
  33. ErrCodeInvalidBlockerDeclarationException = "InvalidBlockerDeclarationException"
  34. // ErrCodeInvalidClientTokenException for service response error code
  35. // "InvalidClientTokenException".
  36. //
  37. // The client token was specified in an invalid format
  38. ErrCodeInvalidClientTokenException = "InvalidClientTokenException"
  39. // ErrCodeInvalidJobException for service response error code
  40. // "InvalidJobException".
  41. //
  42. // The specified job was specified in an invalid format or cannot be found.
  43. ErrCodeInvalidJobException = "InvalidJobException"
  44. // ErrCodeInvalidJobStateException for service response error code
  45. // "InvalidJobStateException".
  46. //
  47. // The specified job state was specified in an invalid format.
  48. ErrCodeInvalidJobStateException = "InvalidJobStateException"
  49. // ErrCodeInvalidNextTokenException for service response error code
  50. // "InvalidNextTokenException".
  51. //
  52. // The next token was specified in an invalid format. Make sure that the next
  53. // token you provided is the token returned by a previous call.
  54. ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
  55. // ErrCodeInvalidNonceException for service response error code
  56. // "InvalidNonceException".
  57. //
  58. // The specified nonce was specified in an invalid format.
  59. ErrCodeInvalidNonceException = "InvalidNonceException"
  60. // ErrCodeInvalidStageDeclarationException for service response error code
  61. // "InvalidStageDeclarationException".
  62. //
  63. // The specified stage declaration was specified in an invalid format.
  64. ErrCodeInvalidStageDeclarationException = "InvalidStageDeclarationException"
  65. // ErrCodeInvalidStructureException for service response error code
  66. // "InvalidStructureException".
  67. //
  68. // The specified structure was specified in an invalid format.
  69. ErrCodeInvalidStructureException = "InvalidStructureException"
  70. // ErrCodeInvalidWebhookAuthenticationParametersException for service response error code
  71. // "InvalidWebhookAuthenticationParametersException".
  72. //
  73. // The specified authentication type is in an invalid format.
  74. ErrCodeInvalidWebhookAuthenticationParametersException = "InvalidWebhookAuthenticationParametersException"
  75. // ErrCodeInvalidWebhookFilterPatternException for service response error code
  76. // "InvalidWebhookFilterPatternException".
  77. //
  78. // The specified event filter rule is in an invalid format.
  79. ErrCodeInvalidWebhookFilterPatternException = "InvalidWebhookFilterPatternException"
  80. // ErrCodeJobNotFoundException for service response error code
  81. // "JobNotFoundException".
  82. //
  83. // The specified job was specified in an invalid format or cannot be found.
  84. ErrCodeJobNotFoundException = "JobNotFoundException"
  85. // ErrCodeLimitExceededException for service response error code
  86. // "LimitExceededException".
  87. //
  88. // The number of pipelines associated with the AWS account has exceeded the
  89. // limit allowed for the account.
  90. ErrCodeLimitExceededException = "LimitExceededException"
  91. // ErrCodeNotLatestPipelineExecutionException for service response error code
  92. // "NotLatestPipelineExecutionException".
  93. //
  94. // The stage has failed in a later run of the pipeline and the pipelineExecutionId
  95. // associated with the request is out of date.
  96. ErrCodeNotLatestPipelineExecutionException = "NotLatestPipelineExecutionException"
  97. // ErrCodePipelineExecutionNotFoundException for service response error code
  98. // "PipelineExecutionNotFoundException".
  99. //
  100. // The pipeline execution was specified in an invalid format or cannot be found,
  101. // or an execution ID does not belong to the specified pipeline.
  102. ErrCodePipelineExecutionNotFoundException = "PipelineExecutionNotFoundException"
  103. // ErrCodePipelineNameInUseException for service response error code
  104. // "PipelineNameInUseException".
  105. //
  106. // The specified pipeline name is already in use.
  107. ErrCodePipelineNameInUseException = "PipelineNameInUseException"
  108. // ErrCodePipelineNotFoundException for service response error code
  109. // "PipelineNotFoundException".
  110. //
  111. // The specified pipeline was specified in an invalid format or cannot be found.
  112. ErrCodePipelineNotFoundException = "PipelineNotFoundException"
  113. // ErrCodePipelineVersionNotFoundException for service response error code
  114. // "PipelineVersionNotFoundException".
  115. //
  116. // The specified pipeline version was specified in an invalid format or cannot
  117. // be found.
  118. ErrCodePipelineVersionNotFoundException = "PipelineVersionNotFoundException"
  119. // ErrCodeStageNotFoundException for service response error code
  120. // "StageNotFoundException".
  121. //
  122. // The specified stage was specified in an invalid format or cannot be found.
  123. ErrCodeStageNotFoundException = "StageNotFoundException"
  124. // ErrCodeStageNotRetryableException for service response error code
  125. // "StageNotRetryableException".
  126. //
  127. // The specified stage can't be retried because the pipeline structure or stage
  128. // state changed after the stage was not completed; the stage contains no failed
  129. // actions; one or more actions are still in progress; or another retry attempt
  130. // is already in progress.
  131. ErrCodeStageNotRetryableException = "StageNotRetryableException"
  132. // ErrCodeValidationException for service response error code
  133. // "ValidationException".
  134. //
  135. // The validation was specified in an invalid format.
  136. ErrCodeValidationException = "ValidationException"
  137. // ErrCodeWebhookNotFoundException for service response error code
  138. // "WebhookNotFoundException".
  139. //
  140. // The specified webhook was entered in an invalid format or cannot be found.
  141. ErrCodeWebhookNotFoundException = "WebhookNotFoundException"
  142. )