errors.go 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package codedeploy
  3. const (
  4. // ErrCodeAlarmsLimitExceededException for service response error code
  5. // "AlarmsLimitExceededException".
  6. //
  7. // The maximum number of alarms for a deployment group (10) was exceeded.
  8. ErrCodeAlarmsLimitExceededException = "AlarmsLimitExceededException"
  9. // ErrCodeApplicationAlreadyExistsException for service response error code
  10. // "ApplicationAlreadyExistsException".
  11. //
  12. // An application with the specified name with the IAM user or AWS account already
  13. // exists.
  14. ErrCodeApplicationAlreadyExistsException = "ApplicationAlreadyExistsException"
  15. // ErrCodeApplicationDoesNotExistException for service response error code
  16. // "ApplicationDoesNotExistException".
  17. //
  18. // The application does not exist with the IAM user or AWS account.
  19. ErrCodeApplicationDoesNotExistException = "ApplicationDoesNotExistException"
  20. // ErrCodeApplicationLimitExceededException for service response error code
  21. // "ApplicationLimitExceededException".
  22. //
  23. // More applications were attempted to be created than are allowed.
  24. ErrCodeApplicationLimitExceededException = "ApplicationLimitExceededException"
  25. // ErrCodeApplicationNameRequiredException for service response error code
  26. // "ApplicationNameRequiredException".
  27. //
  28. // The minimum number of required application names was not specified.
  29. ErrCodeApplicationNameRequiredException = "ApplicationNameRequiredException"
  30. // ErrCodeBatchLimitExceededException for service response error code
  31. // "BatchLimitExceededException".
  32. //
  33. // The maximum number of names or IDs allowed for this request (100) was exceeded.
  34. ErrCodeBatchLimitExceededException = "BatchLimitExceededException"
  35. // ErrCodeBucketNameFilterRequiredException for service response error code
  36. // "BucketNameFilterRequiredException".
  37. //
  38. // A bucket name is required, but was not provided.
  39. ErrCodeBucketNameFilterRequiredException = "BucketNameFilterRequiredException"
  40. // ErrCodeDeploymentAlreadyCompletedException for service response error code
  41. // "DeploymentAlreadyCompletedException".
  42. //
  43. // The deployment is already complete.
  44. ErrCodeDeploymentAlreadyCompletedException = "DeploymentAlreadyCompletedException"
  45. // ErrCodeDeploymentConfigAlreadyExistsException for service response error code
  46. // "DeploymentConfigAlreadyExistsException".
  47. //
  48. // A deployment configuration with the specified name with the IAM user or AWS
  49. // account already exists .
  50. ErrCodeDeploymentConfigAlreadyExistsException = "DeploymentConfigAlreadyExistsException"
  51. // ErrCodeDeploymentConfigDoesNotExistException for service response error code
  52. // "DeploymentConfigDoesNotExistException".
  53. //
  54. // The deployment configuration does not exist with the IAM user or AWS account.
  55. ErrCodeDeploymentConfigDoesNotExistException = "DeploymentConfigDoesNotExistException"
  56. // ErrCodeDeploymentConfigInUseException for service response error code
  57. // "DeploymentConfigInUseException".
  58. //
  59. // The deployment configuration is still in use.
  60. ErrCodeDeploymentConfigInUseException = "DeploymentConfigInUseException"
  61. // ErrCodeDeploymentConfigLimitExceededException for service response error code
  62. // "DeploymentConfigLimitExceededException".
  63. //
  64. // The deployment configurations limit was exceeded.
  65. ErrCodeDeploymentConfigLimitExceededException = "DeploymentConfigLimitExceededException"
  66. // ErrCodeDeploymentConfigNameRequiredException for service response error code
  67. // "DeploymentConfigNameRequiredException".
  68. //
  69. // The deployment configuration name was not specified.
  70. ErrCodeDeploymentConfigNameRequiredException = "DeploymentConfigNameRequiredException"
  71. // ErrCodeDeploymentDoesNotExistException for service response error code
  72. // "DeploymentDoesNotExistException".
  73. //
  74. // The deployment with the IAM user or AWS account does not exist.
  75. ErrCodeDeploymentDoesNotExistException = "DeploymentDoesNotExistException"
  76. // ErrCodeDeploymentGroupAlreadyExistsException for service response error code
  77. // "DeploymentGroupAlreadyExistsException".
  78. //
  79. // A deployment group with the specified name with the IAM user or AWS account
  80. // already exists.
  81. ErrCodeDeploymentGroupAlreadyExistsException = "DeploymentGroupAlreadyExistsException"
  82. // ErrCodeDeploymentGroupDoesNotExistException for service response error code
  83. // "DeploymentGroupDoesNotExistException".
  84. //
  85. // The named deployment group with the IAM user or AWS account does not exist.
  86. ErrCodeDeploymentGroupDoesNotExistException = "DeploymentGroupDoesNotExistException"
  87. // ErrCodeDeploymentGroupLimitExceededException for service response error code
  88. // "DeploymentGroupLimitExceededException".
  89. //
  90. // The deployment groups limit was exceeded.
  91. ErrCodeDeploymentGroupLimitExceededException = "DeploymentGroupLimitExceededException"
  92. // ErrCodeDeploymentGroupNameRequiredException for service response error code
  93. // "DeploymentGroupNameRequiredException".
  94. //
  95. // The deployment group name was not specified.
  96. ErrCodeDeploymentGroupNameRequiredException = "DeploymentGroupNameRequiredException"
  97. // ErrCodeDeploymentIdRequiredException for service response error code
  98. // "DeploymentIdRequiredException".
  99. //
  100. // At least one deployment ID must be specified.
  101. ErrCodeDeploymentIdRequiredException = "DeploymentIdRequiredException"
  102. // ErrCodeDeploymentIsNotInReadyStateException for service response error code
  103. // "DeploymentIsNotInReadyStateException".
  104. //
  105. // The deployment does not have a status of Ready and can't continue yet.
  106. ErrCodeDeploymentIsNotInReadyStateException = "DeploymentIsNotInReadyStateException"
  107. // ErrCodeDeploymentLimitExceededException for service response error code
  108. // "DeploymentLimitExceededException".
  109. //
  110. // The number of allowed deployments was exceeded.
  111. ErrCodeDeploymentLimitExceededException = "DeploymentLimitExceededException"
  112. // ErrCodeDeploymentNotStartedException for service response error code
  113. // "DeploymentNotStartedException".
  114. //
  115. // The specified deployment has not started.
  116. ErrCodeDeploymentNotStartedException = "DeploymentNotStartedException"
  117. // ErrCodeDeploymentTargetDoesNotExistException for service response error code
  118. // "DeploymentTargetDoesNotExistException".
  119. //
  120. // The provided target ID does not belong to the attempted deployment.
  121. ErrCodeDeploymentTargetDoesNotExistException = "DeploymentTargetDoesNotExistException"
  122. // ErrCodeDeploymentTargetIdRequiredException for service response error code
  123. // "DeploymentTargetIdRequiredException".
  124. //
  125. // A deployment target ID was not provided.
  126. ErrCodeDeploymentTargetIdRequiredException = "DeploymentTargetIdRequiredException"
  127. // ErrCodeDeploymentTargetListSizeExceededException for service response error code
  128. // "DeploymentTargetListSizeExceededException".
  129. //
  130. // The maximum number of targets that can be associated with an Amazon ECS or
  131. // AWS Lambda deployment was exceeded. The target list of both types of deployments
  132. // must have exactly one item. This exception does not apply to EC2/On-premises
  133. // deployments.
  134. ErrCodeDeploymentTargetListSizeExceededException = "DeploymentTargetListSizeExceededException"
  135. // ErrCodeDescriptionTooLongException for service response error code
  136. // "DescriptionTooLongException".
  137. //
  138. // The description is too long.
  139. ErrCodeDescriptionTooLongException = "DescriptionTooLongException"
  140. // ErrCodeECSServiceMappingLimitExceededException for service response error code
  141. // "ECSServiceMappingLimitExceededException".
  142. //
  143. // The Amazon ECS service is associated with more than one deployment groups.
  144. // An Amazon ECS service can be associated with only one deployment group.
  145. ErrCodeECSServiceMappingLimitExceededException = "ECSServiceMappingLimitExceededException"
  146. // ErrCodeGitHubAccountTokenDoesNotExistException for service response error code
  147. // "GitHubAccountTokenDoesNotExistException".
  148. //
  149. // No GitHub account connection exists with the named specified in the call.
  150. ErrCodeGitHubAccountTokenDoesNotExistException = "GitHubAccountTokenDoesNotExistException"
  151. // ErrCodeGitHubAccountTokenNameRequiredException for service response error code
  152. // "GitHubAccountTokenNameRequiredException".
  153. //
  154. // The call is missing a required GitHub account connection name.
  155. ErrCodeGitHubAccountTokenNameRequiredException = "GitHubAccountTokenNameRequiredException"
  156. // ErrCodeIamArnRequiredException for service response error code
  157. // "IamArnRequiredException".
  158. //
  159. // No IAM ARN was included in the request. You must use an IAM session ARN or
  160. // IAM user ARN in the request.
  161. ErrCodeIamArnRequiredException = "IamArnRequiredException"
  162. // ErrCodeIamSessionArnAlreadyRegisteredException for service response error code
  163. // "IamSessionArnAlreadyRegisteredException".
  164. //
  165. // The request included an IAM session ARN that has already been used to register
  166. // a different instance.
  167. ErrCodeIamSessionArnAlreadyRegisteredException = "IamSessionArnAlreadyRegisteredException"
  168. // ErrCodeIamUserArnAlreadyRegisteredException for service response error code
  169. // "IamUserArnAlreadyRegisteredException".
  170. //
  171. // The specified IAM user ARN is already registered with an on-premises instance.
  172. ErrCodeIamUserArnAlreadyRegisteredException = "IamUserArnAlreadyRegisteredException"
  173. // ErrCodeIamUserArnRequiredException for service response error code
  174. // "IamUserArnRequiredException".
  175. //
  176. // An IAM user ARN was not specified.
  177. ErrCodeIamUserArnRequiredException = "IamUserArnRequiredException"
  178. // ErrCodeInstanceDoesNotExistException for service response error code
  179. // "InstanceDoesNotExistException".
  180. //
  181. // The specified instance does not exist in the deployment group.
  182. ErrCodeInstanceDoesNotExistException = "InstanceDoesNotExistException"
  183. // ErrCodeInstanceIdRequiredException for service response error code
  184. // "InstanceIdRequiredException".
  185. //
  186. // The instance ID was not specified.
  187. ErrCodeInstanceIdRequiredException = "InstanceIdRequiredException"
  188. // ErrCodeInstanceLimitExceededException for service response error code
  189. // "InstanceLimitExceededException".
  190. //
  191. // The maximum number of allowed on-premises instances in a single call was
  192. // exceeded.
  193. ErrCodeInstanceLimitExceededException = "InstanceLimitExceededException"
  194. // ErrCodeInstanceNameAlreadyRegisteredException for service response error code
  195. // "InstanceNameAlreadyRegisteredException".
  196. //
  197. // The specified on-premises instance name is already registered.
  198. ErrCodeInstanceNameAlreadyRegisteredException = "InstanceNameAlreadyRegisteredException"
  199. // ErrCodeInstanceNameRequiredException for service response error code
  200. // "InstanceNameRequiredException".
  201. //
  202. // An on-premises instance name was not specified.
  203. ErrCodeInstanceNameRequiredException = "InstanceNameRequiredException"
  204. // ErrCodeInstanceNotRegisteredException for service response error code
  205. // "InstanceNotRegisteredException".
  206. //
  207. // The specified on-premises instance is not registered.
  208. ErrCodeInstanceNotRegisteredException = "InstanceNotRegisteredException"
  209. // ErrCodeInvalidAlarmConfigException for service response error code
  210. // "InvalidAlarmConfigException".
  211. //
  212. // The format of the alarm configuration is invalid. Possible causes include:
  213. //
  214. // * The alarm list is null.
  215. //
  216. // * The alarm object is null.
  217. //
  218. // * The alarm name is empty or null or exceeds the limit of 255 characters.
  219. //
  220. // * Two alarms with the same name have been specified.
  221. //
  222. // * The alarm configuration is enabled, but the alarm list is empty.
  223. ErrCodeInvalidAlarmConfigException = "InvalidAlarmConfigException"
  224. // ErrCodeInvalidApplicationNameException for service response error code
  225. // "InvalidApplicationNameException".
  226. //
  227. // The application name was specified in an invalid format.
  228. ErrCodeInvalidApplicationNameException = "InvalidApplicationNameException"
  229. // ErrCodeInvalidAutoRollbackConfigException for service response error code
  230. // "InvalidAutoRollbackConfigException".
  231. //
  232. // The automatic rollback configuration was specified in an invalid format.
  233. // For example, automatic rollback is enabled, but an invalid triggering event
  234. // type or no event types were listed.
  235. ErrCodeInvalidAutoRollbackConfigException = "InvalidAutoRollbackConfigException"
  236. // ErrCodeInvalidAutoScalingGroupException for service response error code
  237. // "InvalidAutoScalingGroupException".
  238. //
  239. // The Auto Scaling group was specified in an invalid format or does not exist.
  240. ErrCodeInvalidAutoScalingGroupException = "InvalidAutoScalingGroupException"
  241. // ErrCodeInvalidBlueGreenDeploymentConfigurationException for service response error code
  242. // "InvalidBlueGreenDeploymentConfigurationException".
  243. //
  244. // The configuration for the blue/green deployment group was provided in an
  245. // invalid format. For information about deployment configuration format, see
  246. // CreateDeploymentConfig.
  247. ErrCodeInvalidBlueGreenDeploymentConfigurationException = "InvalidBlueGreenDeploymentConfigurationException"
  248. // ErrCodeInvalidBucketNameFilterException for service response error code
  249. // "InvalidBucketNameFilterException".
  250. //
  251. // The bucket name either doesn't exist or was specified in an invalid format.
  252. ErrCodeInvalidBucketNameFilterException = "InvalidBucketNameFilterException"
  253. // ErrCodeInvalidComputePlatformException for service response error code
  254. // "InvalidComputePlatformException".
  255. //
  256. // The computePlatform is invalid. The computePlatform should be Lambda or Server.
  257. ErrCodeInvalidComputePlatformException = "InvalidComputePlatformException"
  258. // ErrCodeInvalidDeployedStateFilterException for service response error code
  259. // "InvalidDeployedStateFilterException".
  260. //
  261. // The deployed state filter was specified in an invalid format.
  262. ErrCodeInvalidDeployedStateFilterException = "InvalidDeployedStateFilterException"
  263. // ErrCodeInvalidDeploymentConfigNameException for service response error code
  264. // "InvalidDeploymentConfigNameException".
  265. //
  266. // The deployment configuration name was specified in an invalid format.
  267. ErrCodeInvalidDeploymentConfigNameException = "InvalidDeploymentConfigNameException"
  268. // ErrCodeInvalidDeploymentGroupNameException for service response error code
  269. // "InvalidDeploymentGroupNameException".
  270. //
  271. // The deployment group name was specified in an invalid format.
  272. ErrCodeInvalidDeploymentGroupNameException = "InvalidDeploymentGroupNameException"
  273. // ErrCodeInvalidDeploymentIdException for service response error code
  274. // "InvalidDeploymentIdException".
  275. //
  276. // At least one of the deployment IDs was specified in an invalid format.
  277. ErrCodeInvalidDeploymentIdException = "InvalidDeploymentIdException"
  278. // ErrCodeInvalidDeploymentInstanceTypeException for service response error code
  279. // "InvalidDeploymentInstanceTypeException".
  280. //
  281. // An instance type was specified for an in-place deployment. Instance types
  282. // are supported for blue/green deployments only.
  283. ErrCodeInvalidDeploymentInstanceTypeException = "InvalidDeploymentInstanceTypeException"
  284. // ErrCodeInvalidDeploymentStatusException for service response error code
  285. // "InvalidDeploymentStatusException".
  286. //
  287. // The specified deployment status doesn't exist or cannot be determined.
  288. ErrCodeInvalidDeploymentStatusException = "InvalidDeploymentStatusException"
  289. // ErrCodeInvalidDeploymentStyleException for service response error code
  290. // "InvalidDeploymentStyleException".
  291. //
  292. // An invalid deployment style was specified. Valid deployment types include
  293. // "IN_PLACE" and "BLUE_GREEN." Valid deployment options include "WITH_TRAFFIC_CONTROL"
  294. // and "WITHOUT_TRAFFIC_CONTROL."
  295. ErrCodeInvalidDeploymentStyleException = "InvalidDeploymentStyleException"
  296. // ErrCodeInvalidDeploymentTargetIdException for service response error code
  297. // "InvalidDeploymentTargetIdException".
  298. //
  299. // The target ID provided was not valid.
  300. ErrCodeInvalidDeploymentTargetIdException = "InvalidDeploymentTargetIdException"
  301. // ErrCodeInvalidDeploymentWaitTypeException for service response error code
  302. // "InvalidDeploymentWaitTypeException".
  303. //
  304. // The wait type is invalid.
  305. ErrCodeInvalidDeploymentWaitTypeException = "InvalidDeploymentWaitTypeException"
  306. // ErrCodeInvalidEC2TagCombinationException for service response error code
  307. // "InvalidEC2TagCombinationException".
  308. //
  309. // A call was submitted that specified both Ec2TagFilters and Ec2TagSet, but
  310. // only one of these data types can be used in a single call.
  311. ErrCodeInvalidEC2TagCombinationException = "InvalidEC2TagCombinationException"
  312. // ErrCodeInvalidEC2TagException for service response error code
  313. // "InvalidEC2TagException".
  314. //
  315. // The tag was specified in an invalid format.
  316. ErrCodeInvalidEC2TagException = "InvalidEC2TagException"
  317. // ErrCodeInvalidECSServiceException for service response error code
  318. // "InvalidECSServiceException".
  319. //
  320. // The Amazon ECS service identifier is not valid.
  321. ErrCodeInvalidECSServiceException = "InvalidECSServiceException"
  322. // ErrCodeInvalidFileExistsBehaviorException for service response error code
  323. // "InvalidFileExistsBehaviorException".
  324. //
  325. // An invalid fileExistsBehavior option was specified to determine how AWS CodeDeploy
  326. // handles files or directories that already exist in a deployment target location,
  327. // but weren't part of the previous successful deployment. Valid values include
  328. // "DISALLOW," "OVERWRITE," and "RETAIN."
  329. ErrCodeInvalidFileExistsBehaviorException = "InvalidFileExistsBehaviorException"
  330. // ErrCodeInvalidGitHubAccountTokenException for service response error code
  331. // "InvalidGitHubAccountTokenException".
  332. //
  333. // The GitHub token is not valid.
  334. ErrCodeInvalidGitHubAccountTokenException = "InvalidGitHubAccountTokenException"
  335. // ErrCodeInvalidGitHubAccountTokenNameException for service response error code
  336. // "InvalidGitHubAccountTokenNameException".
  337. //
  338. // The format of the specified GitHub account connection name is invalid.
  339. ErrCodeInvalidGitHubAccountTokenNameException = "InvalidGitHubAccountTokenNameException"
  340. // ErrCodeInvalidIamSessionArnException for service response error code
  341. // "InvalidIamSessionArnException".
  342. //
  343. // The IAM session ARN was specified in an invalid format.
  344. ErrCodeInvalidIamSessionArnException = "InvalidIamSessionArnException"
  345. // ErrCodeInvalidIamUserArnException for service response error code
  346. // "InvalidIamUserArnException".
  347. //
  348. // The IAM user ARN was specified in an invalid format.
  349. ErrCodeInvalidIamUserArnException = "InvalidIamUserArnException"
  350. // ErrCodeInvalidIgnoreApplicationStopFailuresValueException for service response error code
  351. // "InvalidIgnoreApplicationStopFailuresValueException".
  352. //
  353. // The IgnoreApplicationStopFailures value is invalid. For AWS Lambda deployments,
  354. // false is expected. For EC2/On-premises deployments, true or false is expected.
  355. ErrCodeInvalidIgnoreApplicationStopFailuresValueException = "InvalidIgnoreApplicationStopFailuresValueException"
  356. // ErrCodeInvalidInputException for service response error code
  357. // "InvalidInputException".
  358. //
  359. // The input was specified in an invalid format.
  360. ErrCodeInvalidInputException = "InvalidInputException"
  361. // ErrCodeInvalidInstanceNameException for service response error code
  362. // "InvalidInstanceNameException".
  363. //
  364. // The on-premises instance name was specified in an invalid format.
  365. ErrCodeInvalidInstanceNameException = "InvalidInstanceNameException"
  366. // ErrCodeInvalidInstanceStatusException for service response error code
  367. // "InvalidInstanceStatusException".
  368. //
  369. // The specified instance status does not exist.
  370. ErrCodeInvalidInstanceStatusException = "InvalidInstanceStatusException"
  371. // ErrCodeInvalidInstanceTypeException for service response error code
  372. // "InvalidInstanceTypeException".
  373. //
  374. // An invalid instance type was specified for instances in a blue/green deployment.
  375. // Valid values include "Blue" for an original environment and "Green" for a
  376. // replacement environment.
  377. ErrCodeInvalidInstanceTypeException = "InvalidInstanceTypeException"
  378. // ErrCodeInvalidKeyPrefixFilterException for service response error code
  379. // "InvalidKeyPrefixFilterException".
  380. //
  381. // The specified key prefix filter was specified in an invalid format.
  382. ErrCodeInvalidKeyPrefixFilterException = "InvalidKeyPrefixFilterException"
  383. // ErrCodeInvalidLifecycleEventHookExecutionIdException for service response error code
  384. // "InvalidLifecycleEventHookExecutionIdException".
  385. //
  386. // A lifecycle event hook is invalid. Review the hooks section in your AppSpec
  387. // file to ensure the lifecycle events and hooks functions are valid.
  388. ErrCodeInvalidLifecycleEventHookExecutionIdException = "InvalidLifecycleEventHookExecutionIdException"
  389. // ErrCodeInvalidLifecycleEventHookExecutionStatusException for service response error code
  390. // "InvalidLifecycleEventHookExecutionStatusException".
  391. //
  392. // The result of a Lambda validation function that verifies a lifecycle event
  393. // is invalid. It should return Succeeded or Failed.
  394. ErrCodeInvalidLifecycleEventHookExecutionStatusException = "InvalidLifecycleEventHookExecutionStatusException"
  395. // ErrCodeInvalidLoadBalancerInfoException for service response error code
  396. // "InvalidLoadBalancerInfoException".
  397. //
  398. // An invalid load balancer name, or no load balancer name, was specified.
  399. ErrCodeInvalidLoadBalancerInfoException = "InvalidLoadBalancerInfoException"
  400. // ErrCodeInvalidMinimumHealthyHostValueException for service response error code
  401. // "InvalidMinimumHealthyHostValueException".
  402. //
  403. // The minimum healthy instance value was specified in an invalid format.
  404. ErrCodeInvalidMinimumHealthyHostValueException = "InvalidMinimumHealthyHostValueException"
  405. // ErrCodeInvalidNextTokenException for service response error code
  406. // "InvalidNextTokenException".
  407. //
  408. // The next token was specified in an invalid format.
  409. ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
  410. // ErrCodeInvalidOnPremisesTagCombinationException for service response error code
  411. // "InvalidOnPremisesTagCombinationException".
  412. //
  413. // A call was submitted that specified both OnPremisesTagFilters and OnPremisesTagSet,
  414. // but only one of these data types can be used in a single call.
  415. ErrCodeInvalidOnPremisesTagCombinationException = "InvalidOnPremisesTagCombinationException"
  416. // ErrCodeInvalidOperationException for service response error code
  417. // "InvalidOperationException".
  418. //
  419. // An invalid operation was detected.
  420. ErrCodeInvalidOperationException = "InvalidOperationException"
  421. // ErrCodeInvalidRegistrationStatusException for service response error code
  422. // "InvalidRegistrationStatusException".
  423. //
  424. // The registration status was specified in an invalid format.
  425. ErrCodeInvalidRegistrationStatusException = "InvalidRegistrationStatusException"
  426. // ErrCodeInvalidRevisionException for service response error code
  427. // "InvalidRevisionException".
  428. //
  429. // The revision was specified in an invalid format.
  430. ErrCodeInvalidRevisionException = "InvalidRevisionException"
  431. // ErrCodeInvalidRoleException for service response error code
  432. // "InvalidRoleException".
  433. //
  434. // The service role ARN was specified in an invalid format. Or, if an Auto Scaling
  435. // group was specified, the specified service role does not grant the appropriate
  436. // permissions to Amazon EC2 Auto Scaling.
  437. ErrCodeInvalidRoleException = "InvalidRoleException"
  438. // ErrCodeInvalidSortByException for service response error code
  439. // "InvalidSortByException".
  440. //
  441. // The column name to sort by is either not present or was specified in an invalid
  442. // format.
  443. ErrCodeInvalidSortByException = "InvalidSortByException"
  444. // ErrCodeInvalidSortOrderException for service response error code
  445. // "InvalidSortOrderException".
  446. //
  447. // The sort order was specified in an invalid format.
  448. ErrCodeInvalidSortOrderException = "InvalidSortOrderException"
  449. // ErrCodeInvalidTagException for service response error code
  450. // "InvalidTagException".
  451. //
  452. // The tag was specified in an invalid format.
  453. ErrCodeInvalidTagException = "InvalidTagException"
  454. // ErrCodeInvalidTagFilterException for service response error code
  455. // "InvalidTagFilterException".
  456. //
  457. // The tag filter was specified in an invalid format.
  458. ErrCodeInvalidTagFilterException = "InvalidTagFilterException"
  459. // ErrCodeInvalidTargetFilterNameException for service response error code
  460. // "InvalidTargetFilterNameException".
  461. //
  462. // The target filter name is invalid.
  463. ErrCodeInvalidTargetFilterNameException = "InvalidTargetFilterNameException"
  464. // ErrCodeInvalidTargetGroupPairException for service response error code
  465. // "InvalidTargetGroupPairException".
  466. //
  467. // A target group pair associated with this deployment is not valid.
  468. ErrCodeInvalidTargetGroupPairException = "InvalidTargetGroupPairException"
  469. // ErrCodeInvalidTargetInstancesException for service response error code
  470. // "InvalidTargetInstancesException".
  471. //
  472. // The target instance configuration is invalid. Possible causes include:
  473. //
  474. // * Configuration data for target instances was entered for an in-place
  475. // deployment.
  476. //
  477. // * The limit of 10 tags for a tag type was exceeded.
  478. //
  479. // * The combined length of the tag names exceeded the limit.
  480. //
  481. // * A specified tag is not currently applied to any instances.
  482. ErrCodeInvalidTargetInstancesException = "InvalidTargetInstancesException"
  483. // ErrCodeInvalidTimeRangeException for service response error code
  484. // "InvalidTimeRangeException".
  485. //
  486. // The specified time range was specified in an invalid format.
  487. ErrCodeInvalidTimeRangeException = "InvalidTimeRangeException"
  488. // ErrCodeInvalidTrafficRoutingConfigurationException for service response error code
  489. // "InvalidTrafficRoutingConfigurationException".
  490. //
  491. // The configuration that specifies how traffic is routed during a deployment
  492. // is invalid.
  493. ErrCodeInvalidTrafficRoutingConfigurationException = "InvalidTrafficRoutingConfigurationException"
  494. // ErrCodeInvalidTriggerConfigException for service response error code
  495. // "InvalidTriggerConfigException".
  496. //
  497. // The trigger was specified in an invalid format.
  498. ErrCodeInvalidTriggerConfigException = "InvalidTriggerConfigException"
  499. // ErrCodeInvalidUpdateOutdatedInstancesOnlyValueException for service response error code
  500. // "InvalidUpdateOutdatedInstancesOnlyValueException".
  501. //
  502. // The UpdateOutdatedInstancesOnly value is invalid. For AWS Lambda deployments,
  503. // false is expected. For EC2/On-premises deployments, true or false is expected.
  504. ErrCodeInvalidUpdateOutdatedInstancesOnlyValueException = "InvalidUpdateOutdatedInstancesOnlyValueException"
  505. // ErrCodeLifecycleEventAlreadyCompletedException for service response error code
  506. // "LifecycleEventAlreadyCompletedException".
  507. //
  508. // An attempt to return the status of an already completed lifecycle event occurred.
  509. ErrCodeLifecycleEventAlreadyCompletedException = "LifecycleEventAlreadyCompletedException"
  510. // ErrCodeLifecycleHookLimitExceededException for service response error code
  511. // "LifecycleHookLimitExceededException".
  512. //
  513. // The limit for lifecycle hooks was exceeded.
  514. ErrCodeLifecycleHookLimitExceededException = "LifecycleHookLimitExceededException"
  515. // ErrCodeMultipleIamArnsProvidedException for service response error code
  516. // "MultipleIamArnsProvidedException".
  517. //
  518. // Both an IAM user ARN and an IAM session ARN were included in the request.
  519. // Use only one ARN type.
  520. ErrCodeMultipleIamArnsProvidedException = "MultipleIamArnsProvidedException"
  521. // ErrCodeOperationNotSupportedException for service response error code
  522. // "OperationNotSupportedException".
  523. //
  524. // The API used does not support the deployment.
  525. ErrCodeOperationNotSupportedException = "OperationNotSupportedException"
  526. // ErrCodeResourceValidationException for service response error code
  527. // "ResourceValidationException".
  528. //
  529. // The specified resource could not be validated.
  530. ErrCodeResourceValidationException = "ResourceValidationException"
  531. // ErrCodeRevisionDoesNotExistException for service response error code
  532. // "RevisionDoesNotExistException".
  533. //
  534. // The named revision does not exist with the IAM user or AWS account.
  535. ErrCodeRevisionDoesNotExistException = "RevisionDoesNotExistException"
  536. // ErrCodeRevisionRequiredException for service response error code
  537. // "RevisionRequiredException".
  538. //
  539. // The revision ID was not specified.
  540. ErrCodeRevisionRequiredException = "RevisionRequiredException"
  541. // ErrCodeRoleRequiredException for service response error code
  542. // "RoleRequiredException".
  543. //
  544. // The role ID was not specified.
  545. ErrCodeRoleRequiredException = "RoleRequiredException"
  546. // ErrCodeTagLimitExceededException for service response error code
  547. // "TagLimitExceededException".
  548. //
  549. // The maximum allowed number of tags was exceeded.
  550. ErrCodeTagLimitExceededException = "TagLimitExceededException"
  551. // ErrCodeTagRequiredException for service response error code
  552. // "TagRequiredException".
  553. //
  554. // A tag was not specified.
  555. ErrCodeTagRequiredException = "TagRequiredException"
  556. // ErrCodeTagSetListLimitExceededException for service response error code
  557. // "TagSetListLimitExceededException".
  558. //
  559. // The number of tag groups included in the tag set list exceeded the maximum
  560. // allowed limit of 3.
  561. ErrCodeTagSetListLimitExceededException = "TagSetListLimitExceededException"
  562. // ErrCodeThrottlingException for service response error code
  563. // "ThrottlingException".
  564. //
  565. // An API function was called too frequently.
  566. ErrCodeThrottlingException = "ThrottlingException"
  567. // ErrCodeTriggerTargetsLimitExceededException for service response error code
  568. // "TriggerTargetsLimitExceededException".
  569. //
  570. // The maximum allowed number of triggers was exceeded.
  571. ErrCodeTriggerTargetsLimitExceededException = "TriggerTargetsLimitExceededException"
  572. // ErrCodeUnsupportedActionForDeploymentTypeException for service response error code
  573. // "UnsupportedActionForDeploymentTypeException".
  574. //
  575. // A call was submitted that is not supported for the specified deployment type.
  576. ErrCodeUnsupportedActionForDeploymentTypeException = "UnsupportedActionForDeploymentTypeException"
  577. )