errors.go 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package redshift
  3. const (
  4. // ErrCodeAccessToSnapshotDeniedFault for service response error code
  5. // "AccessToSnapshotDenied".
  6. //
  7. // The owner of the specified snapshot has not authorized your account to access
  8. // the snapshot.
  9. ErrCodeAccessToSnapshotDeniedFault = "AccessToSnapshotDenied"
  10. // ErrCodeAuthorizationAlreadyExistsFault for service response error code
  11. // "AuthorizationAlreadyExists".
  12. //
  13. // The specified CIDR block or EC2 security group is already authorized for
  14. // the specified cluster security group.
  15. ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists"
  16. // ErrCodeAuthorizationNotFoundFault for service response error code
  17. // "AuthorizationNotFound".
  18. //
  19. // The specified CIDR IP range or EC2 security group is not authorized for the
  20. // specified cluster security group.
  21. ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound"
  22. // ErrCodeAuthorizationQuotaExceededFault for service response error code
  23. // "AuthorizationQuotaExceeded".
  24. //
  25. // The authorization quota for the cluster security group has been reached.
  26. ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded"
  27. // ErrCodeBatchDeleteRequestSizeExceededFault for service response error code
  28. // "BatchDeleteRequestSizeExceeded".
  29. //
  30. // The maximum number for a batch delete of snapshots has been reached. The
  31. // limit is 100.
  32. ErrCodeBatchDeleteRequestSizeExceededFault = "BatchDeleteRequestSizeExceeded"
  33. // ErrCodeBatchModifyClusterSnapshotsLimitExceededFault for service response error code
  34. // "BatchModifyClusterSnapshotsLimitExceededFault".
  35. //
  36. // The maximum number for snapshot identifiers has been reached. The limit is
  37. // 100.
  38. ErrCodeBatchModifyClusterSnapshotsLimitExceededFault = "BatchModifyClusterSnapshotsLimitExceededFault"
  39. // ErrCodeBucketNotFoundFault for service response error code
  40. // "BucketNotFoundFault".
  41. //
  42. // Could not find the specified S3 bucket.
  43. ErrCodeBucketNotFoundFault = "BucketNotFoundFault"
  44. // ErrCodeClusterAlreadyExistsFault for service response error code
  45. // "ClusterAlreadyExists".
  46. //
  47. // The account already has a cluster with the given identifier.
  48. ErrCodeClusterAlreadyExistsFault = "ClusterAlreadyExists"
  49. // ErrCodeClusterNotFoundFault for service response error code
  50. // "ClusterNotFound".
  51. //
  52. // The ClusterIdentifier parameter does not refer to an existing cluster.
  53. ErrCodeClusterNotFoundFault = "ClusterNotFound"
  54. // ErrCodeClusterOnLatestRevisionFault for service response error code
  55. // "ClusterOnLatestRevision".
  56. //
  57. // Cluster is already on the latest database revision.
  58. ErrCodeClusterOnLatestRevisionFault = "ClusterOnLatestRevision"
  59. // ErrCodeClusterParameterGroupAlreadyExistsFault for service response error code
  60. // "ClusterParameterGroupAlreadyExists".
  61. //
  62. // A cluster parameter group with the same name already exists.
  63. ErrCodeClusterParameterGroupAlreadyExistsFault = "ClusterParameterGroupAlreadyExists"
  64. // ErrCodeClusterParameterGroupNotFoundFault for service response error code
  65. // "ClusterParameterGroupNotFound".
  66. //
  67. // The parameter group name does not refer to an existing parameter group.
  68. ErrCodeClusterParameterGroupNotFoundFault = "ClusterParameterGroupNotFound"
  69. // ErrCodeClusterParameterGroupQuotaExceededFault for service response error code
  70. // "ClusterParameterGroupQuotaExceeded".
  71. //
  72. // The request would result in the user exceeding the allowed number of cluster
  73. // parameter groups. For information about increasing your quota, go to Limits
  74. // in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  75. // in the Amazon Redshift Cluster Management Guide.
  76. ErrCodeClusterParameterGroupQuotaExceededFault = "ClusterParameterGroupQuotaExceeded"
  77. // ErrCodeClusterQuotaExceededFault for service response error code
  78. // "ClusterQuotaExceeded".
  79. //
  80. // The request would exceed the allowed number of cluster instances for this
  81. // account. For information about increasing your quota, go to Limits in Amazon
  82. // Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  83. // in the Amazon Redshift Cluster Management Guide.
  84. ErrCodeClusterQuotaExceededFault = "ClusterQuotaExceeded"
  85. // ErrCodeClusterSecurityGroupAlreadyExistsFault for service response error code
  86. // "ClusterSecurityGroupAlreadyExists".
  87. //
  88. // A cluster security group with the same name already exists.
  89. ErrCodeClusterSecurityGroupAlreadyExistsFault = "ClusterSecurityGroupAlreadyExists"
  90. // ErrCodeClusterSecurityGroupNotFoundFault for service response error code
  91. // "ClusterSecurityGroupNotFound".
  92. //
  93. // The cluster security group name does not refer to an existing cluster security
  94. // group.
  95. ErrCodeClusterSecurityGroupNotFoundFault = "ClusterSecurityGroupNotFound"
  96. // ErrCodeClusterSecurityGroupQuotaExceededFault for service response error code
  97. // "QuotaExceeded.ClusterSecurityGroup".
  98. //
  99. // The request would result in the user exceeding the allowed number of cluster
  100. // security groups. For information about increasing your quota, go to Limits
  101. // in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  102. // in the Amazon Redshift Cluster Management Guide.
  103. ErrCodeClusterSecurityGroupQuotaExceededFault = "QuotaExceeded.ClusterSecurityGroup"
  104. // ErrCodeClusterSnapshotAlreadyExistsFault for service response error code
  105. // "ClusterSnapshotAlreadyExists".
  106. //
  107. // The value specified as a snapshot identifier is already used by an existing
  108. // snapshot.
  109. ErrCodeClusterSnapshotAlreadyExistsFault = "ClusterSnapshotAlreadyExists"
  110. // ErrCodeClusterSnapshotNotFoundFault for service response error code
  111. // "ClusterSnapshotNotFound".
  112. //
  113. // The snapshot identifier does not refer to an existing cluster snapshot.
  114. ErrCodeClusterSnapshotNotFoundFault = "ClusterSnapshotNotFound"
  115. // ErrCodeClusterSnapshotQuotaExceededFault for service response error code
  116. // "ClusterSnapshotQuotaExceeded".
  117. //
  118. // The request would result in the user exceeding the allowed number of cluster
  119. // snapshots.
  120. ErrCodeClusterSnapshotQuotaExceededFault = "ClusterSnapshotQuotaExceeded"
  121. // ErrCodeClusterSubnetGroupAlreadyExistsFault for service response error code
  122. // "ClusterSubnetGroupAlreadyExists".
  123. //
  124. // A ClusterSubnetGroupName is already used by an existing cluster subnet group.
  125. ErrCodeClusterSubnetGroupAlreadyExistsFault = "ClusterSubnetGroupAlreadyExists"
  126. // ErrCodeClusterSubnetGroupNotFoundFault for service response error code
  127. // "ClusterSubnetGroupNotFoundFault".
  128. //
  129. // The cluster subnet group name does not refer to an existing cluster subnet
  130. // group.
  131. ErrCodeClusterSubnetGroupNotFoundFault = "ClusterSubnetGroupNotFoundFault"
  132. // ErrCodeClusterSubnetGroupQuotaExceededFault for service response error code
  133. // "ClusterSubnetGroupQuotaExceeded".
  134. //
  135. // The request would result in user exceeding the allowed number of cluster
  136. // subnet groups. For information about increasing your quota, go to Limits
  137. // in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  138. // in the Amazon Redshift Cluster Management Guide.
  139. ErrCodeClusterSubnetGroupQuotaExceededFault = "ClusterSubnetGroupQuotaExceeded"
  140. // ErrCodeClusterSubnetQuotaExceededFault for service response error code
  141. // "ClusterSubnetQuotaExceededFault".
  142. //
  143. // The request would result in user exceeding the allowed number of subnets
  144. // in a cluster subnet groups. For information about increasing your quota,
  145. // go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  146. // in the Amazon Redshift Cluster Management Guide.
  147. ErrCodeClusterSubnetQuotaExceededFault = "ClusterSubnetQuotaExceededFault"
  148. // ErrCodeCopyToRegionDisabledFault for service response error code
  149. // "CopyToRegionDisabledFault".
  150. //
  151. // Cross-region snapshot copy was temporarily disabled. Try your request again.
  152. ErrCodeCopyToRegionDisabledFault = "CopyToRegionDisabledFault"
  153. // ErrCodeDependentServiceRequestThrottlingFault for service response error code
  154. // "DependentServiceRequestThrottlingFault".
  155. //
  156. // The request cannot be completed because a dependent service is throttling
  157. // requests made by Amazon Redshift on your behalf. Wait and retry the request.
  158. ErrCodeDependentServiceRequestThrottlingFault = "DependentServiceRequestThrottlingFault"
  159. // ErrCodeDependentServiceUnavailableFault for service response error code
  160. // "DependentServiceUnavailableFault".
  161. //
  162. // Your request cannot be completed because a dependent internal service is
  163. // temporarily unavailable. Wait 30 to 60 seconds and try again.
  164. ErrCodeDependentServiceUnavailableFault = "DependentServiceUnavailableFault"
  165. // ErrCodeEventSubscriptionQuotaExceededFault for service response error code
  166. // "EventSubscriptionQuotaExceeded".
  167. //
  168. // The request would exceed the allowed number of event subscriptions for this
  169. // account. For information about increasing your quota, go to Limits in Amazon
  170. // Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  171. // in the Amazon Redshift Cluster Management Guide.
  172. ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded"
  173. // ErrCodeHsmClientCertificateAlreadyExistsFault for service response error code
  174. // "HsmClientCertificateAlreadyExistsFault".
  175. //
  176. // There is already an existing Amazon Redshift HSM client certificate with
  177. // the specified identifier.
  178. ErrCodeHsmClientCertificateAlreadyExistsFault = "HsmClientCertificateAlreadyExistsFault"
  179. // ErrCodeHsmClientCertificateNotFoundFault for service response error code
  180. // "HsmClientCertificateNotFoundFault".
  181. //
  182. // There is no Amazon Redshift HSM client certificate with the specified identifier.
  183. ErrCodeHsmClientCertificateNotFoundFault = "HsmClientCertificateNotFoundFault"
  184. // ErrCodeHsmClientCertificateQuotaExceededFault for service response error code
  185. // "HsmClientCertificateQuotaExceededFault".
  186. //
  187. // The quota for HSM client certificates has been reached. For information about
  188. // increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  189. // in the Amazon Redshift Cluster Management Guide.
  190. ErrCodeHsmClientCertificateQuotaExceededFault = "HsmClientCertificateQuotaExceededFault"
  191. // ErrCodeHsmConfigurationAlreadyExistsFault for service response error code
  192. // "HsmConfigurationAlreadyExistsFault".
  193. //
  194. // There is already an existing Amazon Redshift HSM configuration with the specified
  195. // identifier.
  196. ErrCodeHsmConfigurationAlreadyExistsFault = "HsmConfigurationAlreadyExistsFault"
  197. // ErrCodeHsmConfigurationNotFoundFault for service response error code
  198. // "HsmConfigurationNotFoundFault".
  199. //
  200. // There is no Amazon Redshift HSM configuration with the specified identifier.
  201. ErrCodeHsmConfigurationNotFoundFault = "HsmConfigurationNotFoundFault"
  202. // ErrCodeHsmConfigurationQuotaExceededFault for service response error code
  203. // "HsmConfigurationQuotaExceededFault".
  204. //
  205. // The quota for HSM configurations has been reached. For information about
  206. // increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  207. // in the Amazon Redshift Cluster Management Guide.
  208. ErrCodeHsmConfigurationQuotaExceededFault = "HsmConfigurationQuotaExceededFault"
  209. // ErrCodeInProgressTableRestoreQuotaExceededFault for service response error code
  210. // "InProgressTableRestoreQuotaExceededFault".
  211. //
  212. // You have exceeded the allowed number of table restore requests. Wait for
  213. // your current table restore requests to complete before making a new request.
  214. ErrCodeInProgressTableRestoreQuotaExceededFault = "InProgressTableRestoreQuotaExceededFault"
  215. // ErrCodeIncompatibleOrderableOptions for service response error code
  216. // "IncompatibleOrderableOptions".
  217. //
  218. // The specified options are incompatible.
  219. ErrCodeIncompatibleOrderableOptions = "IncompatibleOrderableOptions"
  220. // ErrCodeInsufficientClusterCapacityFault for service response error code
  221. // "InsufficientClusterCapacity".
  222. //
  223. // The number of nodes specified exceeds the allotted capacity of the cluster.
  224. ErrCodeInsufficientClusterCapacityFault = "InsufficientClusterCapacity"
  225. // ErrCodeInsufficientS3BucketPolicyFault for service response error code
  226. // "InsufficientS3BucketPolicyFault".
  227. //
  228. // The cluster does not have read bucket or put object permissions on the S3
  229. // bucket specified when enabling logging.
  230. ErrCodeInsufficientS3BucketPolicyFault = "InsufficientS3BucketPolicyFault"
  231. // ErrCodeInvalidClusterParameterGroupStateFault for service response error code
  232. // "InvalidClusterParameterGroupState".
  233. //
  234. // The cluster parameter group action can not be completed because another task
  235. // is in progress that involves the parameter group. Wait a few moments and
  236. // try the operation again.
  237. ErrCodeInvalidClusterParameterGroupStateFault = "InvalidClusterParameterGroupState"
  238. // ErrCodeInvalidClusterSecurityGroupStateFault for service response error code
  239. // "InvalidClusterSecurityGroupState".
  240. //
  241. // The state of the cluster security group is not available.
  242. ErrCodeInvalidClusterSecurityGroupStateFault = "InvalidClusterSecurityGroupState"
  243. // ErrCodeInvalidClusterSnapshotScheduleStateFault for service response error code
  244. // "InvalidClusterSnapshotScheduleState".
  245. //
  246. // The cluster snapshot schedule state is not valid.
  247. ErrCodeInvalidClusterSnapshotScheduleStateFault = "InvalidClusterSnapshotScheduleState"
  248. // ErrCodeInvalidClusterSnapshotStateFault for service response error code
  249. // "InvalidClusterSnapshotState".
  250. //
  251. // The specified cluster snapshot is not in the available state, or other accounts
  252. // are authorized to access the snapshot.
  253. ErrCodeInvalidClusterSnapshotStateFault = "InvalidClusterSnapshotState"
  254. // ErrCodeInvalidClusterStateFault for service response error code
  255. // "InvalidClusterState".
  256. //
  257. // The specified cluster is not in the available state.
  258. ErrCodeInvalidClusterStateFault = "InvalidClusterState"
  259. // ErrCodeInvalidClusterSubnetGroupStateFault for service response error code
  260. // "InvalidClusterSubnetGroupStateFault".
  261. //
  262. // The cluster subnet group cannot be deleted because it is in use.
  263. ErrCodeInvalidClusterSubnetGroupStateFault = "InvalidClusterSubnetGroupStateFault"
  264. // ErrCodeInvalidClusterSubnetStateFault for service response error code
  265. // "InvalidClusterSubnetStateFault".
  266. //
  267. // The state of the subnet is invalid.
  268. ErrCodeInvalidClusterSubnetStateFault = "InvalidClusterSubnetStateFault"
  269. // ErrCodeInvalidClusterTrackFault for service response error code
  270. // "InvalidClusterTrack".
  271. //
  272. // The provided cluster track name is not valid.
  273. ErrCodeInvalidClusterTrackFault = "InvalidClusterTrack"
  274. // ErrCodeInvalidElasticIpFault for service response error code
  275. // "InvalidElasticIpFault".
  276. //
  277. // The Elastic IP (EIP) is invalid or cannot be found.
  278. ErrCodeInvalidElasticIpFault = "InvalidElasticIpFault"
  279. // ErrCodeInvalidHsmClientCertificateStateFault for service response error code
  280. // "InvalidHsmClientCertificateStateFault".
  281. //
  282. // The specified HSM client certificate is not in the available state, or it
  283. // is still in use by one or more Amazon Redshift clusters.
  284. ErrCodeInvalidHsmClientCertificateStateFault = "InvalidHsmClientCertificateStateFault"
  285. // ErrCodeInvalidHsmConfigurationStateFault for service response error code
  286. // "InvalidHsmConfigurationStateFault".
  287. //
  288. // The specified HSM configuration is not in the available state, or it is still
  289. // in use by one or more Amazon Redshift clusters.
  290. ErrCodeInvalidHsmConfigurationStateFault = "InvalidHsmConfigurationStateFault"
  291. // ErrCodeInvalidReservedNodeStateFault for service response error code
  292. // "InvalidReservedNodeState".
  293. //
  294. // Indicates that the Reserved Node being exchanged is not in an active state.
  295. ErrCodeInvalidReservedNodeStateFault = "InvalidReservedNodeState"
  296. // ErrCodeInvalidRestoreFault for service response error code
  297. // "InvalidRestore".
  298. //
  299. // The restore is invalid.
  300. ErrCodeInvalidRestoreFault = "InvalidRestore"
  301. // ErrCodeInvalidRetentionPeriodFault for service response error code
  302. // "InvalidRetentionPeriodFault".
  303. //
  304. // The retention period specified is either in the past or is not a valid value.
  305. //
  306. // The value must be either -1 or an integer between 1 and 3,653.
  307. ErrCodeInvalidRetentionPeriodFault = "InvalidRetentionPeriodFault"
  308. // ErrCodeInvalidS3BucketNameFault for service response error code
  309. // "InvalidS3BucketNameFault".
  310. //
  311. // The S3 bucket name is invalid. For more information about naming rules, go
  312. // to Bucket Restrictions and Limitations (http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html)
  313. // in the Amazon Simple Storage Service (S3) Developer Guide.
  314. ErrCodeInvalidS3BucketNameFault = "InvalidS3BucketNameFault"
  315. // ErrCodeInvalidS3KeyPrefixFault for service response error code
  316. // "InvalidS3KeyPrefixFault".
  317. //
  318. // The string specified for the logging S3 key prefix does not comply with the
  319. // documented constraints.
  320. ErrCodeInvalidS3KeyPrefixFault = "InvalidS3KeyPrefixFault"
  321. // ErrCodeInvalidScheduleFault for service response error code
  322. // "InvalidSchedule".
  323. //
  324. // The schedule you submitted isn't valid.
  325. ErrCodeInvalidScheduleFault = "InvalidSchedule"
  326. // ErrCodeInvalidSnapshotCopyGrantStateFault for service response error code
  327. // "InvalidSnapshotCopyGrantStateFault".
  328. //
  329. // The snapshot copy grant can't be deleted because it is used by one or more
  330. // clusters.
  331. ErrCodeInvalidSnapshotCopyGrantStateFault = "InvalidSnapshotCopyGrantStateFault"
  332. // ErrCodeInvalidSubnet for service response error code
  333. // "InvalidSubnet".
  334. //
  335. // The requested subnet is not valid, or not all of the subnets are in the same
  336. // VPC.
  337. ErrCodeInvalidSubnet = "InvalidSubnet"
  338. // ErrCodeInvalidSubscriptionStateFault for service response error code
  339. // "InvalidSubscriptionStateFault".
  340. //
  341. // The subscription request is invalid because it is a duplicate request. This
  342. // subscription request is already in progress.
  343. ErrCodeInvalidSubscriptionStateFault = "InvalidSubscriptionStateFault"
  344. // ErrCodeInvalidTableRestoreArgumentFault for service response error code
  345. // "InvalidTableRestoreArgument".
  346. //
  347. // The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName
  348. // parameter, or a combination of these, doesn't exist in the snapshot.
  349. ErrCodeInvalidTableRestoreArgumentFault = "InvalidTableRestoreArgument"
  350. // ErrCodeInvalidTagFault for service response error code
  351. // "InvalidTagFault".
  352. //
  353. // The tag is invalid.
  354. ErrCodeInvalidTagFault = "InvalidTagFault"
  355. // ErrCodeInvalidVPCNetworkStateFault for service response error code
  356. // "InvalidVPCNetworkStateFault".
  357. //
  358. // The cluster subnet group does not cover all Availability Zones.
  359. ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault"
  360. // ErrCodeLimitExceededFault for service response error code
  361. // "LimitExceededFault".
  362. //
  363. // The encryption key has exceeded its grant limit in AWS KMS.
  364. ErrCodeLimitExceededFault = "LimitExceededFault"
  365. // ErrCodeNumberOfNodesPerClusterLimitExceededFault for service response error code
  366. // "NumberOfNodesPerClusterLimitExceeded".
  367. //
  368. // The operation would exceed the number of nodes allowed for a cluster.
  369. ErrCodeNumberOfNodesPerClusterLimitExceededFault = "NumberOfNodesPerClusterLimitExceeded"
  370. // ErrCodeNumberOfNodesQuotaExceededFault for service response error code
  371. // "NumberOfNodesQuotaExceeded".
  372. //
  373. // The operation would exceed the number of nodes allotted to the account. For
  374. // information about increasing your quota, go to Limits in Amazon Redshift
  375. // (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  376. // in the Amazon Redshift Cluster Management Guide.
  377. ErrCodeNumberOfNodesQuotaExceededFault = "NumberOfNodesQuotaExceeded"
  378. // ErrCodeReservedNodeAlreadyExistsFault for service response error code
  379. // "ReservedNodeAlreadyExists".
  380. //
  381. // User already has a reservation with the given identifier.
  382. ErrCodeReservedNodeAlreadyExistsFault = "ReservedNodeAlreadyExists"
  383. // ErrCodeReservedNodeAlreadyMigratedFault for service response error code
  384. // "ReservedNodeAlreadyMigrated".
  385. //
  386. // Indicates that the reserved node has already been exchanged.
  387. ErrCodeReservedNodeAlreadyMigratedFault = "ReservedNodeAlreadyMigrated"
  388. // ErrCodeReservedNodeNotFoundFault for service response error code
  389. // "ReservedNodeNotFound".
  390. //
  391. // The specified reserved compute node not found.
  392. ErrCodeReservedNodeNotFoundFault = "ReservedNodeNotFound"
  393. // ErrCodeReservedNodeOfferingNotFoundFault for service response error code
  394. // "ReservedNodeOfferingNotFound".
  395. //
  396. // Specified offering does not exist.
  397. ErrCodeReservedNodeOfferingNotFoundFault = "ReservedNodeOfferingNotFound"
  398. // ErrCodeReservedNodeQuotaExceededFault for service response error code
  399. // "ReservedNodeQuotaExceeded".
  400. //
  401. // Request would exceed the user's compute node quota. For information about
  402. // increasing your quota, go to Limits in Amazon Redshift (http://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html)
  403. // in the Amazon Redshift Cluster Management Guide.
  404. ErrCodeReservedNodeQuotaExceededFault = "ReservedNodeQuotaExceeded"
  405. // ErrCodeResizeNotFoundFault for service response error code
  406. // "ResizeNotFound".
  407. //
  408. // A resize operation for the specified cluster is not found.
  409. ErrCodeResizeNotFoundFault = "ResizeNotFound"
  410. // ErrCodeResourceNotFoundFault for service response error code
  411. // "ResourceNotFoundFault".
  412. //
  413. // The resource could not be found.
  414. ErrCodeResourceNotFoundFault = "ResourceNotFoundFault"
  415. // ErrCodeSNSInvalidTopicFault for service response error code
  416. // "SNSInvalidTopic".
  417. //
  418. // Amazon SNS has responded that there is a problem with the specified Amazon
  419. // SNS topic.
  420. ErrCodeSNSInvalidTopicFault = "SNSInvalidTopic"
  421. // ErrCodeSNSNoAuthorizationFault for service response error code
  422. // "SNSNoAuthorization".
  423. //
  424. // You do not have permission to publish to the specified Amazon SNS topic.
  425. ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorization"
  426. // ErrCodeSNSTopicArnNotFoundFault for service response error code
  427. // "SNSTopicArnNotFound".
  428. //
  429. // An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not
  430. // exist.
  431. ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound"
  432. // ErrCodeScheduleDefinitionTypeUnsupportedFault for service response error code
  433. // "ScheduleDefinitionTypeUnsupported".
  434. //
  435. // The definition you submitted is not supported.
  436. ErrCodeScheduleDefinitionTypeUnsupportedFault = "ScheduleDefinitionTypeUnsupported"
  437. // ErrCodeSnapshotCopyAlreadyDisabledFault for service response error code
  438. // "SnapshotCopyAlreadyDisabledFault".
  439. //
  440. // The cluster already has cross-region snapshot copy disabled.
  441. ErrCodeSnapshotCopyAlreadyDisabledFault = "SnapshotCopyAlreadyDisabledFault"
  442. // ErrCodeSnapshotCopyAlreadyEnabledFault for service response error code
  443. // "SnapshotCopyAlreadyEnabledFault".
  444. //
  445. // The cluster already has cross-region snapshot copy enabled.
  446. ErrCodeSnapshotCopyAlreadyEnabledFault = "SnapshotCopyAlreadyEnabledFault"
  447. // ErrCodeSnapshotCopyDisabledFault for service response error code
  448. // "SnapshotCopyDisabledFault".
  449. //
  450. // Cross-region snapshot copy was temporarily disabled. Try your request again.
  451. ErrCodeSnapshotCopyDisabledFault = "SnapshotCopyDisabledFault"
  452. // ErrCodeSnapshotCopyGrantAlreadyExistsFault for service response error code
  453. // "SnapshotCopyGrantAlreadyExistsFault".
  454. //
  455. // The snapshot copy grant can't be created because a grant with the same name
  456. // already exists.
  457. ErrCodeSnapshotCopyGrantAlreadyExistsFault = "SnapshotCopyGrantAlreadyExistsFault"
  458. // ErrCodeSnapshotCopyGrantNotFoundFault for service response error code
  459. // "SnapshotCopyGrantNotFoundFault".
  460. //
  461. // The specified snapshot copy grant can't be found. Make sure that the name
  462. // is typed correctly and that the grant exists in the destination region.
  463. ErrCodeSnapshotCopyGrantNotFoundFault = "SnapshotCopyGrantNotFoundFault"
  464. // ErrCodeSnapshotCopyGrantQuotaExceededFault for service response error code
  465. // "SnapshotCopyGrantQuotaExceededFault".
  466. //
  467. // The AWS account has exceeded the maximum number of snapshot copy grants in
  468. // this region.
  469. ErrCodeSnapshotCopyGrantQuotaExceededFault = "SnapshotCopyGrantQuotaExceededFault"
  470. // ErrCodeSnapshotScheduleAlreadyExistsFault for service response error code
  471. // "SnapshotScheduleAlreadyExists".
  472. //
  473. // The specified snapshot schedule already exists.
  474. ErrCodeSnapshotScheduleAlreadyExistsFault = "SnapshotScheduleAlreadyExists"
  475. // ErrCodeSnapshotScheduleNotFoundFault for service response error code
  476. // "SnapshotScheduleNotFound".
  477. //
  478. // We could not find the specified snapshot schedule.
  479. ErrCodeSnapshotScheduleNotFoundFault = "SnapshotScheduleNotFound"
  480. // ErrCodeSnapshotScheduleQuotaExceededFault for service response error code
  481. // "SnapshotScheduleQuotaExceeded".
  482. //
  483. // You have exceeded the quota of snapshot schedules.
  484. ErrCodeSnapshotScheduleQuotaExceededFault = "SnapshotScheduleQuotaExceeded"
  485. // ErrCodeSnapshotScheduleUpdateInProgressFault for service response error code
  486. // "SnapshotScheduleUpdateInProgress".
  487. //
  488. // The specified snapshot schedule is already being updated.
  489. ErrCodeSnapshotScheduleUpdateInProgressFault = "SnapshotScheduleUpdateInProgress"
  490. // ErrCodeSourceNotFoundFault for service response error code
  491. // "SourceNotFound".
  492. //
  493. // The specified Amazon Redshift event source could not be found.
  494. ErrCodeSourceNotFoundFault = "SourceNotFound"
  495. // ErrCodeSubnetAlreadyInUse for service response error code
  496. // "SubnetAlreadyInUse".
  497. //
  498. // A specified subnet is already in use by another cluster.
  499. ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse"
  500. // ErrCodeSubscriptionAlreadyExistFault for service response error code
  501. // "SubscriptionAlreadyExist".
  502. //
  503. // There is already an existing event notification subscription with the specified
  504. // name.
  505. ErrCodeSubscriptionAlreadyExistFault = "SubscriptionAlreadyExist"
  506. // ErrCodeSubscriptionCategoryNotFoundFault for service response error code
  507. // "SubscriptionCategoryNotFound".
  508. //
  509. // The value specified for the event category was not one of the allowed values,
  510. // or it specified a category that does not apply to the specified source type.
  511. // The allowed values are Configuration, Management, Monitoring, and Security.
  512. ErrCodeSubscriptionCategoryNotFoundFault = "SubscriptionCategoryNotFound"
  513. // ErrCodeSubscriptionEventIdNotFoundFault for service response error code
  514. // "SubscriptionEventIdNotFound".
  515. //
  516. // An Amazon Redshift event with the specified event ID does not exist.
  517. ErrCodeSubscriptionEventIdNotFoundFault = "SubscriptionEventIdNotFound"
  518. // ErrCodeSubscriptionNotFoundFault for service response error code
  519. // "SubscriptionNotFound".
  520. //
  521. // An Amazon Redshift event notification subscription with the specified name
  522. // does not exist.
  523. ErrCodeSubscriptionNotFoundFault = "SubscriptionNotFound"
  524. // ErrCodeSubscriptionSeverityNotFoundFault for service response error code
  525. // "SubscriptionSeverityNotFound".
  526. //
  527. // The value specified for the event severity was not one of the allowed values,
  528. // or it specified a severity that does not apply to the specified source type.
  529. // The allowed values are ERROR and INFO.
  530. ErrCodeSubscriptionSeverityNotFoundFault = "SubscriptionSeverityNotFound"
  531. // ErrCodeTableLimitExceededFault for service response error code
  532. // "TableLimitExceeded".
  533. //
  534. // The number of tables in the cluster exceeds the limit for the requested new
  535. // cluster node type.
  536. ErrCodeTableLimitExceededFault = "TableLimitExceeded"
  537. // ErrCodeTableRestoreNotFoundFault for service response error code
  538. // "TableRestoreNotFoundFault".
  539. //
  540. // The specified TableRestoreRequestId value was not found.
  541. ErrCodeTableRestoreNotFoundFault = "TableRestoreNotFoundFault"
  542. // ErrCodeTagLimitExceededFault for service response error code
  543. // "TagLimitExceededFault".
  544. //
  545. // You have exceeded the number of tags allowed.
  546. ErrCodeTagLimitExceededFault = "TagLimitExceededFault"
  547. // ErrCodeUnauthorizedOperation for service response error code
  548. // "UnauthorizedOperation".
  549. //
  550. // Your account is not authorized to perform the requested operation.
  551. ErrCodeUnauthorizedOperation = "UnauthorizedOperation"
  552. // ErrCodeUnknownSnapshotCopyRegionFault for service response error code
  553. // "UnknownSnapshotCopyRegionFault".
  554. //
  555. // The specified region is incorrect or does not exist.
  556. ErrCodeUnknownSnapshotCopyRegionFault = "UnknownSnapshotCopyRegionFault"
  557. // ErrCodeUnsupportedOperationFault for service response error code
  558. // "UnsupportedOperation".
  559. //
  560. // The requested operation isn't supported.
  561. ErrCodeUnsupportedOperationFault = "UnsupportedOperation"
  562. // ErrCodeUnsupportedOptionFault for service response error code
  563. // "UnsupportedOptionFault".
  564. //
  565. // A request option was specified that is not supported.
  566. ErrCodeUnsupportedOptionFault = "UnsupportedOptionFault"
  567. )