github.com/aavshr/aws-sdk-go@v1.41.3/service/redshift/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package redshift 4 5 const ( 6 7 // ErrCodeAccessToClusterDeniedFault for service response error code 8 // "AccessToClusterDenied". 9 // 10 // You are not authorized to access the cluster. 11 ErrCodeAccessToClusterDeniedFault = "AccessToClusterDenied" 12 13 // ErrCodeAccessToSnapshotDeniedFault for service response error code 14 // "AccessToSnapshotDenied". 15 // 16 // The owner of the specified snapshot has not authorized your account to access 17 // the snapshot. 18 ErrCodeAccessToSnapshotDeniedFault = "AccessToSnapshotDenied" 19 20 // ErrCodeAuthenticationProfileAlreadyExistsFault for service response error code 21 // "AuthenticationProfileAlreadyExistsFault". 22 // 23 // The authentication profile already exists. 24 ErrCodeAuthenticationProfileAlreadyExistsFault = "AuthenticationProfileAlreadyExistsFault" 25 26 // ErrCodeAuthenticationProfileNotFoundFault for service response error code 27 // "AuthenticationProfileNotFoundFault". 28 // 29 // The authentication profile can't be found. 30 ErrCodeAuthenticationProfileNotFoundFault = "AuthenticationProfileNotFoundFault" 31 32 // ErrCodeAuthenticationProfileQuotaExceededFault for service response error code 33 // "AuthenticationProfileQuotaExceededFault". 34 // 35 // The size or number of authentication profiles has exceeded the quota. The 36 // maximum length of the JSON string and maximum number of authentication profiles 37 // is determined by a quota for your account. 38 ErrCodeAuthenticationProfileQuotaExceededFault = "AuthenticationProfileQuotaExceededFault" 39 40 // ErrCodeAuthorizationAlreadyExistsFault for service response error code 41 // "AuthorizationAlreadyExists". 42 // 43 // The specified CIDR block or EC2 security group is already authorized for 44 // the specified cluster security group. 45 ErrCodeAuthorizationAlreadyExistsFault = "AuthorizationAlreadyExists" 46 47 // ErrCodeAuthorizationNotFoundFault for service response error code 48 // "AuthorizationNotFound". 49 // 50 // The specified CIDR IP range or EC2 security group is not authorized for the 51 // specified cluster security group. 52 ErrCodeAuthorizationNotFoundFault = "AuthorizationNotFound" 53 54 // ErrCodeAuthorizationQuotaExceededFault for service response error code 55 // "AuthorizationQuotaExceeded". 56 // 57 // The authorization quota for the cluster security group has been reached. 58 ErrCodeAuthorizationQuotaExceededFault = "AuthorizationQuotaExceeded" 59 60 // ErrCodeBatchDeleteRequestSizeExceededFault for service response error code 61 // "BatchDeleteRequestSizeExceeded". 62 // 63 // The maximum number for a batch delete of snapshots has been reached. The 64 // limit is 100. 65 ErrCodeBatchDeleteRequestSizeExceededFault = "BatchDeleteRequestSizeExceeded" 66 67 // ErrCodeBatchModifyClusterSnapshotsLimitExceededFault for service response error code 68 // "BatchModifyClusterSnapshotsLimitExceededFault". 69 // 70 // The maximum number for snapshot identifiers has been reached. The limit is 71 // 100. 72 ErrCodeBatchModifyClusterSnapshotsLimitExceededFault = "BatchModifyClusterSnapshotsLimitExceededFault" 73 74 // ErrCodeBucketNotFoundFault for service response error code 75 // "BucketNotFoundFault". 76 // 77 // Could not find the specified S3 bucket. 78 ErrCodeBucketNotFoundFault = "BucketNotFoundFault" 79 80 // ErrCodeClusterAlreadyExistsFault for service response error code 81 // "ClusterAlreadyExists". 82 // 83 // The account already has a cluster with the given identifier. 84 ErrCodeClusterAlreadyExistsFault = "ClusterAlreadyExists" 85 86 // ErrCodeClusterNotFoundFault for service response error code 87 // "ClusterNotFound". 88 // 89 // The ClusterIdentifier parameter does not refer to an existing cluster. 90 ErrCodeClusterNotFoundFault = "ClusterNotFound" 91 92 // ErrCodeClusterOnLatestRevisionFault for service response error code 93 // "ClusterOnLatestRevision". 94 // 95 // Cluster is already on the latest database revision. 96 ErrCodeClusterOnLatestRevisionFault = "ClusterOnLatestRevision" 97 98 // ErrCodeClusterParameterGroupAlreadyExistsFault for service response error code 99 // "ClusterParameterGroupAlreadyExists". 100 // 101 // A cluster parameter group with the same name already exists. 102 ErrCodeClusterParameterGroupAlreadyExistsFault = "ClusterParameterGroupAlreadyExists" 103 104 // ErrCodeClusterParameterGroupNotFoundFault for service response error code 105 // "ClusterParameterGroupNotFound". 106 // 107 // The parameter group name does not refer to an existing parameter group. 108 ErrCodeClusterParameterGroupNotFoundFault = "ClusterParameterGroupNotFound" 109 110 // ErrCodeClusterParameterGroupQuotaExceededFault for service response error code 111 // "ClusterParameterGroupQuotaExceeded". 112 // 113 // The request would result in the user exceeding the allowed number of cluster 114 // parameter groups. For information about increasing your quota, go to Limits 115 // in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 116 // in the Amazon Redshift Cluster Management Guide. 117 ErrCodeClusterParameterGroupQuotaExceededFault = "ClusterParameterGroupQuotaExceeded" 118 119 // ErrCodeClusterQuotaExceededFault for service response error code 120 // "ClusterQuotaExceeded". 121 // 122 // The request would exceed the allowed number of cluster instances for this 123 // account. For information about increasing your quota, go to Limits in Amazon 124 // Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 125 // in the Amazon Redshift Cluster Management Guide. 126 ErrCodeClusterQuotaExceededFault = "ClusterQuotaExceeded" 127 128 // ErrCodeClusterSecurityGroupAlreadyExistsFault for service response error code 129 // "ClusterSecurityGroupAlreadyExists". 130 // 131 // A cluster security group with the same name already exists. 132 ErrCodeClusterSecurityGroupAlreadyExistsFault = "ClusterSecurityGroupAlreadyExists" 133 134 // ErrCodeClusterSecurityGroupNotFoundFault for service response error code 135 // "ClusterSecurityGroupNotFound". 136 // 137 // The cluster security group name does not refer to an existing cluster security 138 // group. 139 ErrCodeClusterSecurityGroupNotFoundFault = "ClusterSecurityGroupNotFound" 140 141 // ErrCodeClusterSecurityGroupQuotaExceededFault for service response error code 142 // "QuotaExceeded.ClusterSecurityGroup". 143 // 144 // The request would result in the user exceeding the allowed number of cluster 145 // security groups. For information about increasing your quota, go to Limits 146 // in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 147 // in the Amazon Redshift Cluster Management Guide. 148 ErrCodeClusterSecurityGroupQuotaExceededFault = "QuotaExceeded.ClusterSecurityGroup" 149 150 // ErrCodeClusterSnapshotAlreadyExistsFault for service response error code 151 // "ClusterSnapshotAlreadyExists". 152 // 153 // The value specified as a snapshot identifier is already used by an existing 154 // snapshot. 155 ErrCodeClusterSnapshotAlreadyExistsFault = "ClusterSnapshotAlreadyExists" 156 157 // ErrCodeClusterSnapshotNotFoundFault for service response error code 158 // "ClusterSnapshotNotFound". 159 // 160 // The snapshot identifier does not refer to an existing cluster snapshot. 161 ErrCodeClusterSnapshotNotFoundFault = "ClusterSnapshotNotFound" 162 163 // ErrCodeClusterSnapshotQuotaExceededFault for service response error code 164 // "ClusterSnapshotQuotaExceeded". 165 // 166 // The request would result in the user exceeding the allowed number of cluster 167 // snapshots. 168 ErrCodeClusterSnapshotQuotaExceededFault = "ClusterSnapshotQuotaExceeded" 169 170 // ErrCodeClusterSubnetGroupAlreadyExistsFault for service response error code 171 // "ClusterSubnetGroupAlreadyExists". 172 // 173 // A ClusterSubnetGroupName is already used by an existing cluster subnet group. 174 ErrCodeClusterSubnetGroupAlreadyExistsFault = "ClusterSubnetGroupAlreadyExists" 175 176 // ErrCodeClusterSubnetGroupNotFoundFault for service response error code 177 // "ClusterSubnetGroupNotFoundFault". 178 // 179 // The cluster subnet group name does not refer to an existing cluster subnet 180 // group. 181 ErrCodeClusterSubnetGroupNotFoundFault = "ClusterSubnetGroupNotFoundFault" 182 183 // ErrCodeClusterSubnetGroupQuotaExceededFault for service response error code 184 // "ClusterSubnetGroupQuotaExceeded". 185 // 186 // The request would result in user exceeding the allowed number of cluster 187 // subnet groups. For information about increasing your quota, go to Limits 188 // in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 189 // in the Amazon Redshift Cluster Management Guide. 190 ErrCodeClusterSubnetGroupQuotaExceededFault = "ClusterSubnetGroupQuotaExceeded" 191 192 // ErrCodeClusterSubnetQuotaExceededFault for service response error code 193 // "ClusterSubnetQuotaExceededFault". 194 // 195 // The request would result in user exceeding the allowed number of subnets 196 // in a cluster subnet groups. For information about increasing your quota, 197 // go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 198 // in the Amazon Redshift Cluster Management Guide. 199 ErrCodeClusterSubnetQuotaExceededFault = "ClusterSubnetQuotaExceededFault" 200 201 // ErrCodeCopyToRegionDisabledFault for service response error code 202 // "CopyToRegionDisabledFault". 203 // 204 // Cross-region snapshot copy was temporarily disabled. Try your request again. 205 ErrCodeCopyToRegionDisabledFault = "CopyToRegionDisabledFault" 206 207 // ErrCodeDependentServiceRequestThrottlingFault for service response error code 208 // "DependentServiceRequestThrottlingFault". 209 // 210 // The request cannot be completed because a dependent service is throttling 211 // requests made by Amazon Redshift on your behalf. Wait and retry the request. 212 ErrCodeDependentServiceRequestThrottlingFault = "DependentServiceRequestThrottlingFault" 213 214 // ErrCodeDependentServiceUnavailableFault for service response error code 215 // "DependentServiceUnavailableFault". 216 // 217 // Your request cannot be completed because a dependent internal service is 218 // temporarily unavailable. Wait 30 to 60 seconds and try again. 219 ErrCodeDependentServiceUnavailableFault = "DependentServiceUnavailableFault" 220 221 // ErrCodeEndpointAlreadyExistsFault for service response error code 222 // "EndpointAlreadyExists". 223 // 224 // The account already has a Redshift-managed VPC endpoint with the given identifier. 225 ErrCodeEndpointAlreadyExistsFault = "EndpointAlreadyExists" 226 227 // ErrCodeEndpointAuthorizationAlreadyExistsFault for service response error code 228 // "EndpointAuthorizationAlreadyExists". 229 // 230 // The authorization already exists for this endpoint. 231 ErrCodeEndpointAuthorizationAlreadyExistsFault = "EndpointAuthorizationAlreadyExists" 232 233 // ErrCodeEndpointAuthorizationNotFoundFault for service response error code 234 // "EndpointAuthorizationNotFound". 235 // 236 // The authorization for this endpoint can't be found. 237 ErrCodeEndpointAuthorizationNotFoundFault = "EndpointAuthorizationNotFound" 238 239 // ErrCodeEndpointAuthorizationsPerClusterLimitExceededFault for service response error code 240 // "EndpointAuthorizationsPerClusterLimitExceeded". 241 // 242 // The number of endpoint authorizations per cluster has exceeded its limit. 243 ErrCodeEndpointAuthorizationsPerClusterLimitExceededFault = "EndpointAuthorizationsPerClusterLimitExceeded" 244 245 // ErrCodeEndpointNotFoundFault for service response error code 246 // "EndpointNotFound". 247 // 248 // The endpoint name doesn't refer to an existing endpoint. 249 ErrCodeEndpointNotFoundFault = "EndpointNotFound" 250 251 // ErrCodeEndpointsPerAuthorizationLimitExceededFault for service response error code 252 // "EndpointsPerAuthorizationLimitExceeded". 253 // 254 // The number of Redshift-managed VPC endpoints per authorization has exceeded 255 // its limit. 256 ErrCodeEndpointsPerAuthorizationLimitExceededFault = "EndpointsPerAuthorizationLimitExceeded" 257 258 // ErrCodeEndpointsPerClusterLimitExceededFault for service response error code 259 // "EndpointsPerClusterLimitExceeded". 260 // 261 // The number of Redshift-managed VPC endpoints per cluster has exceeded its 262 // limit. 263 ErrCodeEndpointsPerClusterLimitExceededFault = "EndpointsPerClusterLimitExceeded" 264 265 // ErrCodeEventSubscriptionQuotaExceededFault for service response error code 266 // "EventSubscriptionQuotaExceeded". 267 // 268 // The request would exceed the allowed number of event subscriptions for this 269 // account. For information about increasing your quota, go to Limits in Amazon 270 // Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 271 // in the Amazon Redshift Cluster Management Guide. 272 ErrCodeEventSubscriptionQuotaExceededFault = "EventSubscriptionQuotaExceeded" 273 274 // ErrCodeHsmClientCertificateAlreadyExistsFault for service response error code 275 // "HsmClientCertificateAlreadyExistsFault". 276 // 277 // There is already an existing Amazon Redshift HSM client certificate with 278 // the specified identifier. 279 ErrCodeHsmClientCertificateAlreadyExistsFault = "HsmClientCertificateAlreadyExistsFault" 280 281 // ErrCodeHsmClientCertificateNotFoundFault for service response error code 282 // "HsmClientCertificateNotFoundFault". 283 // 284 // There is no Amazon Redshift HSM client certificate with the specified identifier. 285 ErrCodeHsmClientCertificateNotFoundFault = "HsmClientCertificateNotFoundFault" 286 287 // ErrCodeHsmClientCertificateQuotaExceededFault for service response error code 288 // "HsmClientCertificateQuotaExceededFault". 289 // 290 // The quota for HSM client certificates has been reached. For information about 291 // increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 292 // in the Amazon Redshift Cluster Management Guide. 293 ErrCodeHsmClientCertificateQuotaExceededFault = "HsmClientCertificateQuotaExceededFault" 294 295 // ErrCodeHsmConfigurationAlreadyExistsFault for service response error code 296 // "HsmConfigurationAlreadyExistsFault". 297 // 298 // There is already an existing Amazon Redshift HSM configuration with the specified 299 // identifier. 300 ErrCodeHsmConfigurationAlreadyExistsFault = "HsmConfigurationAlreadyExistsFault" 301 302 // ErrCodeHsmConfigurationNotFoundFault for service response error code 303 // "HsmConfigurationNotFoundFault". 304 // 305 // There is no Amazon Redshift HSM configuration with the specified identifier. 306 ErrCodeHsmConfigurationNotFoundFault = "HsmConfigurationNotFoundFault" 307 308 // ErrCodeHsmConfigurationQuotaExceededFault for service response error code 309 // "HsmConfigurationQuotaExceededFault". 310 // 311 // The quota for HSM configurations has been reached. For information about 312 // increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 313 // in the Amazon Redshift Cluster Management Guide. 314 ErrCodeHsmConfigurationQuotaExceededFault = "HsmConfigurationQuotaExceededFault" 315 316 // ErrCodeInProgressTableRestoreQuotaExceededFault for service response error code 317 // "InProgressTableRestoreQuotaExceededFault". 318 // 319 // You have exceeded the allowed number of table restore requests. Wait for 320 // your current table restore requests to complete before making a new request. 321 ErrCodeInProgressTableRestoreQuotaExceededFault = "InProgressTableRestoreQuotaExceededFault" 322 323 // ErrCodeIncompatibleOrderableOptions for service response error code 324 // "IncompatibleOrderableOptions". 325 // 326 // The specified options are incompatible. 327 ErrCodeIncompatibleOrderableOptions = "IncompatibleOrderableOptions" 328 329 // ErrCodeInsufficientClusterCapacityFault for service response error code 330 // "InsufficientClusterCapacity". 331 // 332 // The number of nodes specified exceeds the allotted capacity of the cluster. 333 ErrCodeInsufficientClusterCapacityFault = "InsufficientClusterCapacity" 334 335 // ErrCodeInsufficientS3BucketPolicyFault for service response error code 336 // "InsufficientS3BucketPolicyFault". 337 // 338 // The cluster does not have read bucket or put object permissions on the S3 339 // bucket specified when enabling logging. 340 ErrCodeInsufficientS3BucketPolicyFault = "InsufficientS3BucketPolicyFault" 341 342 // ErrCodeInvalidAuthenticationProfileRequestFault for service response error code 343 // "InvalidAuthenticationProfileRequestFault". 344 // 345 // The authentication profile request is not valid. The profile name can't be 346 // null or empty. The authentication profile API operation must be available 347 // in the Amazon Web Services Region. 348 ErrCodeInvalidAuthenticationProfileRequestFault = "InvalidAuthenticationProfileRequestFault" 349 350 // ErrCodeInvalidAuthorizationStateFault for service response error code 351 // "InvalidAuthorizationState". 352 // 353 // The status of the authorization is not valid. 354 ErrCodeInvalidAuthorizationStateFault = "InvalidAuthorizationState" 355 356 // ErrCodeInvalidClusterParameterGroupStateFault for service response error code 357 // "InvalidClusterParameterGroupState". 358 // 359 // The cluster parameter group action can not be completed because another task 360 // is in progress that involves the parameter group. Wait a few moments and 361 // try the operation again. 362 ErrCodeInvalidClusterParameterGroupStateFault = "InvalidClusterParameterGroupState" 363 364 // ErrCodeInvalidClusterSecurityGroupStateFault for service response error code 365 // "InvalidClusterSecurityGroupState". 366 // 367 // The state of the cluster security group is not available. 368 ErrCodeInvalidClusterSecurityGroupStateFault = "InvalidClusterSecurityGroupState" 369 370 // ErrCodeInvalidClusterSnapshotScheduleStateFault for service response error code 371 // "InvalidClusterSnapshotScheduleState". 372 // 373 // The cluster snapshot schedule state is not valid. 374 ErrCodeInvalidClusterSnapshotScheduleStateFault = "InvalidClusterSnapshotScheduleState" 375 376 // ErrCodeInvalidClusterSnapshotStateFault for service response error code 377 // "InvalidClusterSnapshotState". 378 // 379 // The specified cluster snapshot is not in the available state, or other accounts 380 // are authorized to access the snapshot. 381 ErrCodeInvalidClusterSnapshotStateFault = "InvalidClusterSnapshotState" 382 383 // ErrCodeInvalidClusterStateFault for service response error code 384 // "InvalidClusterState". 385 // 386 // The specified cluster is not in the available state. 387 ErrCodeInvalidClusterStateFault = "InvalidClusterState" 388 389 // ErrCodeInvalidClusterSubnetGroupStateFault for service response error code 390 // "InvalidClusterSubnetGroupStateFault". 391 // 392 // The cluster subnet group cannot be deleted because it is in use. 393 ErrCodeInvalidClusterSubnetGroupStateFault = "InvalidClusterSubnetGroupStateFault" 394 395 // ErrCodeInvalidClusterSubnetStateFault for service response error code 396 // "InvalidClusterSubnetStateFault". 397 // 398 // The state of the subnet is invalid. 399 ErrCodeInvalidClusterSubnetStateFault = "InvalidClusterSubnetStateFault" 400 401 // ErrCodeInvalidClusterTrackFault for service response error code 402 // "InvalidClusterTrack". 403 // 404 // The provided cluster track name is not valid. 405 ErrCodeInvalidClusterTrackFault = "InvalidClusterTrack" 406 407 // ErrCodeInvalidDataShareFault for service response error code 408 // "InvalidDataShareFault". 409 // 410 // There is an error with the datashare. 411 ErrCodeInvalidDataShareFault = "InvalidDataShareFault" 412 413 // ErrCodeInvalidElasticIpFault for service response error code 414 // "InvalidElasticIpFault". 415 // 416 // The Elastic IP (EIP) is invalid or cannot be found. 417 ErrCodeInvalidElasticIpFault = "InvalidElasticIpFault" 418 419 // ErrCodeInvalidEndpointStateFault for service response error code 420 // "InvalidEndpointState". 421 // 422 // The status of the endpoint is not valid. 423 ErrCodeInvalidEndpointStateFault = "InvalidEndpointState" 424 425 // ErrCodeInvalidHsmClientCertificateStateFault for service response error code 426 // "InvalidHsmClientCertificateStateFault". 427 // 428 // The specified HSM client certificate is not in the available state, or it 429 // is still in use by one or more Amazon Redshift clusters. 430 ErrCodeInvalidHsmClientCertificateStateFault = "InvalidHsmClientCertificateStateFault" 431 432 // ErrCodeInvalidHsmConfigurationStateFault for service response error code 433 // "InvalidHsmConfigurationStateFault". 434 // 435 // The specified HSM configuration is not in the available state, or it is still 436 // in use by one or more Amazon Redshift clusters. 437 ErrCodeInvalidHsmConfigurationStateFault = "InvalidHsmConfigurationStateFault" 438 439 // ErrCodeInvalidNamespaceFault for service response error code 440 // "InvalidNamespaceFault". 441 // 442 // The namespace isn't valid because the namespace doesn't exist. Provide a 443 // valid namespace. 444 ErrCodeInvalidNamespaceFault = "InvalidNamespaceFault" 445 446 // ErrCodeInvalidReservedNodeStateFault for service response error code 447 // "InvalidReservedNodeState". 448 // 449 // Indicates that the Reserved Node being exchanged is not in an active state. 450 ErrCodeInvalidReservedNodeStateFault = "InvalidReservedNodeState" 451 452 // ErrCodeInvalidRestoreFault for service response error code 453 // "InvalidRestore". 454 // 455 // The restore is invalid. 456 ErrCodeInvalidRestoreFault = "InvalidRestore" 457 458 // ErrCodeInvalidRetentionPeriodFault for service response error code 459 // "InvalidRetentionPeriodFault". 460 // 461 // The retention period specified is either in the past or is not a valid value. 462 // 463 // The value must be either -1 or an integer between 1 and 3,653. 464 ErrCodeInvalidRetentionPeriodFault = "InvalidRetentionPeriodFault" 465 466 // ErrCodeInvalidS3BucketNameFault for service response error code 467 // "InvalidS3BucketNameFault". 468 // 469 // The S3 bucket name is invalid. For more information about naming rules, go 470 // to Bucket Restrictions and Limitations (https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html) 471 // in the Amazon Simple Storage Service (S3) Developer Guide. 472 ErrCodeInvalidS3BucketNameFault = "InvalidS3BucketNameFault" 473 474 // ErrCodeInvalidS3KeyPrefixFault for service response error code 475 // "InvalidS3KeyPrefixFault". 476 // 477 // The string specified for the logging S3 key prefix does not comply with the 478 // documented constraints. 479 ErrCodeInvalidS3KeyPrefixFault = "InvalidS3KeyPrefixFault" 480 481 // ErrCodeInvalidScheduleFault for service response error code 482 // "InvalidSchedule". 483 // 484 // The schedule you submitted isn't valid. 485 ErrCodeInvalidScheduleFault = "InvalidSchedule" 486 487 // ErrCodeInvalidScheduledActionFault for service response error code 488 // "InvalidScheduledAction". 489 // 490 // The scheduled action is not valid. 491 ErrCodeInvalidScheduledActionFault = "InvalidScheduledAction" 492 493 // ErrCodeInvalidSnapshotCopyGrantStateFault for service response error code 494 // "InvalidSnapshotCopyGrantStateFault". 495 // 496 // The snapshot copy grant can't be deleted because it is used by one or more 497 // clusters. 498 ErrCodeInvalidSnapshotCopyGrantStateFault = "InvalidSnapshotCopyGrantStateFault" 499 500 // ErrCodeInvalidSubnet for service response error code 501 // "InvalidSubnet". 502 // 503 // The requested subnet is not valid, or not all of the subnets are in the same 504 // VPC. 505 ErrCodeInvalidSubnet = "InvalidSubnet" 506 507 // ErrCodeInvalidSubscriptionStateFault for service response error code 508 // "InvalidSubscriptionStateFault". 509 // 510 // The subscription request is invalid because it is a duplicate request. This 511 // subscription request is already in progress. 512 ErrCodeInvalidSubscriptionStateFault = "InvalidSubscriptionStateFault" 513 514 // ErrCodeInvalidTableRestoreArgumentFault for service response error code 515 // "InvalidTableRestoreArgument". 516 // 517 // The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName 518 // parameter, or a combination of these, doesn't exist in the snapshot. 519 ErrCodeInvalidTableRestoreArgumentFault = "InvalidTableRestoreArgument" 520 521 // ErrCodeInvalidTagFault for service response error code 522 // "InvalidTagFault". 523 // 524 // The tag is invalid. 525 ErrCodeInvalidTagFault = "InvalidTagFault" 526 527 // ErrCodeInvalidUsageLimitFault for service response error code 528 // "InvalidUsageLimit". 529 // 530 // The usage limit is not valid. 531 ErrCodeInvalidUsageLimitFault = "InvalidUsageLimit" 532 533 // ErrCodeInvalidVPCNetworkStateFault for service response error code 534 // "InvalidVPCNetworkStateFault". 535 // 536 // The cluster subnet group does not cover all Availability Zones. 537 ErrCodeInvalidVPCNetworkStateFault = "InvalidVPCNetworkStateFault" 538 539 // ErrCodeLimitExceededFault for service response error code 540 // "LimitExceededFault". 541 // 542 // The encryption key has exceeded its grant limit in Amazon Web Services KMS. 543 ErrCodeLimitExceededFault = "LimitExceededFault" 544 545 // ErrCodeNumberOfNodesPerClusterLimitExceededFault for service response error code 546 // "NumberOfNodesPerClusterLimitExceeded". 547 // 548 // The operation would exceed the number of nodes allowed for a cluster. 549 ErrCodeNumberOfNodesPerClusterLimitExceededFault = "NumberOfNodesPerClusterLimitExceeded" 550 551 // ErrCodeNumberOfNodesQuotaExceededFault for service response error code 552 // "NumberOfNodesQuotaExceeded". 553 // 554 // The operation would exceed the number of nodes allotted to the account. For 555 // information about increasing your quota, go to Limits in Amazon Redshift 556 // (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 557 // in the Amazon Redshift Cluster Management Guide. 558 ErrCodeNumberOfNodesQuotaExceededFault = "NumberOfNodesQuotaExceeded" 559 560 // ErrCodePartnerNotFoundFault for service response error code 561 // "PartnerNotFound". 562 // 563 // The name of the partner was not found. 564 ErrCodePartnerNotFoundFault = "PartnerNotFound" 565 566 // ErrCodeReservedNodeAlreadyExistsFault for service response error code 567 // "ReservedNodeAlreadyExists". 568 // 569 // User already has a reservation with the given identifier. 570 ErrCodeReservedNodeAlreadyExistsFault = "ReservedNodeAlreadyExists" 571 572 // ErrCodeReservedNodeAlreadyMigratedFault for service response error code 573 // "ReservedNodeAlreadyMigrated". 574 // 575 // Indicates that the reserved node has already been exchanged. 576 ErrCodeReservedNodeAlreadyMigratedFault = "ReservedNodeAlreadyMigrated" 577 578 // ErrCodeReservedNodeNotFoundFault for service response error code 579 // "ReservedNodeNotFound". 580 // 581 // The specified reserved compute node not found. 582 ErrCodeReservedNodeNotFoundFault = "ReservedNodeNotFound" 583 584 // ErrCodeReservedNodeOfferingNotFoundFault for service response error code 585 // "ReservedNodeOfferingNotFound". 586 // 587 // Specified offering does not exist. 588 ErrCodeReservedNodeOfferingNotFoundFault = "ReservedNodeOfferingNotFound" 589 590 // ErrCodeReservedNodeQuotaExceededFault for service response error code 591 // "ReservedNodeQuotaExceeded". 592 // 593 // Request would exceed the user's compute node quota. For information about 594 // increasing your quota, go to Limits in Amazon Redshift (https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html) 595 // in the Amazon Redshift Cluster Management Guide. 596 ErrCodeReservedNodeQuotaExceededFault = "ReservedNodeQuotaExceeded" 597 598 // ErrCodeResizeNotFoundFault for service response error code 599 // "ResizeNotFound". 600 // 601 // A resize operation for the specified cluster is not found. 602 ErrCodeResizeNotFoundFault = "ResizeNotFound" 603 604 // ErrCodeResourceNotFoundFault for service response error code 605 // "ResourceNotFoundFault". 606 // 607 // The resource could not be found. 608 ErrCodeResourceNotFoundFault = "ResourceNotFoundFault" 609 610 // ErrCodeSNSInvalidTopicFault for service response error code 611 // "SNSInvalidTopic". 612 // 613 // Amazon SNS has responded that there is a problem with the specified Amazon 614 // SNS topic. 615 ErrCodeSNSInvalidTopicFault = "SNSInvalidTopic" 616 617 // ErrCodeSNSNoAuthorizationFault for service response error code 618 // "SNSNoAuthorization". 619 // 620 // You do not have permission to publish to the specified Amazon SNS topic. 621 ErrCodeSNSNoAuthorizationFault = "SNSNoAuthorization" 622 623 // ErrCodeSNSTopicArnNotFoundFault for service response error code 624 // "SNSTopicArnNotFound". 625 // 626 // An Amazon SNS topic with the specified Amazon Resource Name (ARN) does not 627 // exist. 628 ErrCodeSNSTopicArnNotFoundFault = "SNSTopicArnNotFound" 629 630 // ErrCodeScheduleDefinitionTypeUnsupportedFault for service response error code 631 // "ScheduleDefinitionTypeUnsupported". 632 // 633 // The definition you submitted is not supported. 634 ErrCodeScheduleDefinitionTypeUnsupportedFault = "ScheduleDefinitionTypeUnsupported" 635 636 // ErrCodeScheduledActionAlreadyExistsFault for service response error code 637 // "ScheduledActionAlreadyExists". 638 // 639 // The scheduled action already exists. 640 ErrCodeScheduledActionAlreadyExistsFault = "ScheduledActionAlreadyExists" 641 642 // ErrCodeScheduledActionNotFoundFault for service response error code 643 // "ScheduledActionNotFound". 644 // 645 // The scheduled action cannot be found. 646 ErrCodeScheduledActionNotFoundFault = "ScheduledActionNotFound" 647 648 // ErrCodeScheduledActionQuotaExceededFault for service response error code 649 // "ScheduledActionQuotaExceeded". 650 // 651 // The quota for scheduled actions exceeded. 652 ErrCodeScheduledActionQuotaExceededFault = "ScheduledActionQuotaExceeded" 653 654 // ErrCodeScheduledActionTypeUnsupportedFault for service response error code 655 // "ScheduledActionTypeUnsupported". 656 // 657 // The action type specified for a scheduled action is not supported. 658 ErrCodeScheduledActionTypeUnsupportedFault = "ScheduledActionTypeUnsupported" 659 660 // ErrCodeSnapshotCopyAlreadyDisabledFault for service response error code 661 // "SnapshotCopyAlreadyDisabledFault". 662 // 663 // The cluster already has cross-region snapshot copy disabled. 664 ErrCodeSnapshotCopyAlreadyDisabledFault = "SnapshotCopyAlreadyDisabledFault" 665 666 // ErrCodeSnapshotCopyAlreadyEnabledFault for service response error code 667 // "SnapshotCopyAlreadyEnabledFault". 668 // 669 // The cluster already has cross-region snapshot copy enabled. 670 ErrCodeSnapshotCopyAlreadyEnabledFault = "SnapshotCopyAlreadyEnabledFault" 671 672 // ErrCodeSnapshotCopyDisabledFault for service response error code 673 // "SnapshotCopyDisabledFault". 674 // 675 // Cross-region snapshot copy was temporarily disabled. Try your request again. 676 ErrCodeSnapshotCopyDisabledFault = "SnapshotCopyDisabledFault" 677 678 // ErrCodeSnapshotCopyGrantAlreadyExistsFault for service response error code 679 // "SnapshotCopyGrantAlreadyExistsFault". 680 // 681 // The snapshot copy grant can't be created because a grant with the same name 682 // already exists. 683 ErrCodeSnapshotCopyGrantAlreadyExistsFault = "SnapshotCopyGrantAlreadyExistsFault" 684 685 // ErrCodeSnapshotCopyGrantNotFoundFault for service response error code 686 // "SnapshotCopyGrantNotFoundFault". 687 // 688 // The specified snapshot copy grant can't be found. Make sure that the name 689 // is typed correctly and that the grant exists in the destination region. 690 ErrCodeSnapshotCopyGrantNotFoundFault = "SnapshotCopyGrantNotFoundFault" 691 692 // ErrCodeSnapshotCopyGrantQuotaExceededFault for service response error code 693 // "SnapshotCopyGrantQuotaExceededFault". 694 // 695 // The Amazon Web Services account has exceeded the maximum number of snapshot 696 // copy grants in this region. 697 ErrCodeSnapshotCopyGrantQuotaExceededFault = "SnapshotCopyGrantQuotaExceededFault" 698 699 // ErrCodeSnapshotScheduleAlreadyExistsFault for service response error code 700 // "SnapshotScheduleAlreadyExists". 701 // 702 // The specified snapshot schedule already exists. 703 ErrCodeSnapshotScheduleAlreadyExistsFault = "SnapshotScheduleAlreadyExists" 704 705 // ErrCodeSnapshotScheduleNotFoundFault for service response error code 706 // "SnapshotScheduleNotFound". 707 // 708 // We could not find the specified snapshot schedule. 709 ErrCodeSnapshotScheduleNotFoundFault = "SnapshotScheduleNotFound" 710 711 // ErrCodeSnapshotScheduleQuotaExceededFault for service response error code 712 // "SnapshotScheduleQuotaExceeded". 713 // 714 // You have exceeded the quota of snapshot schedules. 715 ErrCodeSnapshotScheduleQuotaExceededFault = "SnapshotScheduleQuotaExceeded" 716 717 // ErrCodeSnapshotScheduleUpdateInProgressFault for service response error code 718 // "SnapshotScheduleUpdateInProgress". 719 // 720 // The specified snapshot schedule is already being updated. 721 ErrCodeSnapshotScheduleUpdateInProgressFault = "SnapshotScheduleUpdateInProgress" 722 723 // ErrCodeSourceNotFoundFault for service response error code 724 // "SourceNotFound". 725 // 726 // The specified Amazon Redshift event source could not be found. 727 ErrCodeSourceNotFoundFault = "SourceNotFound" 728 729 // ErrCodeSubnetAlreadyInUse for service response error code 730 // "SubnetAlreadyInUse". 731 // 732 // A specified subnet is already in use by another cluster. 733 ErrCodeSubnetAlreadyInUse = "SubnetAlreadyInUse" 734 735 // ErrCodeSubscriptionAlreadyExistFault for service response error code 736 // "SubscriptionAlreadyExist". 737 // 738 // There is already an existing event notification subscription with the specified 739 // name. 740 ErrCodeSubscriptionAlreadyExistFault = "SubscriptionAlreadyExist" 741 742 // ErrCodeSubscriptionCategoryNotFoundFault for service response error code 743 // "SubscriptionCategoryNotFound". 744 // 745 // The value specified for the event category was not one of the allowed values, 746 // or it specified a category that does not apply to the specified source type. 747 // The allowed values are Configuration, Management, Monitoring, and Security. 748 ErrCodeSubscriptionCategoryNotFoundFault = "SubscriptionCategoryNotFound" 749 750 // ErrCodeSubscriptionEventIdNotFoundFault for service response error code 751 // "SubscriptionEventIdNotFound". 752 // 753 // An Amazon Redshift event with the specified event ID does not exist. 754 ErrCodeSubscriptionEventIdNotFoundFault = "SubscriptionEventIdNotFound" 755 756 // ErrCodeSubscriptionNotFoundFault for service response error code 757 // "SubscriptionNotFound". 758 // 759 // An Amazon Redshift event notification subscription with the specified name 760 // does not exist. 761 ErrCodeSubscriptionNotFoundFault = "SubscriptionNotFound" 762 763 // ErrCodeSubscriptionSeverityNotFoundFault for service response error code 764 // "SubscriptionSeverityNotFound". 765 // 766 // The value specified for the event severity was not one of the allowed values, 767 // or it specified a severity that does not apply to the specified source type. 768 // The allowed values are ERROR and INFO. 769 ErrCodeSubscriptionSeverityNotFoundFault = "SubscriptionSeverityNotFound" 770 771 // ErrCodeTableLimitExceededFault for service response error code 772 // "TableLimitExceeded". 773 // 774 // The number of tables in the cluster exceeds the limit for the requested new 775 // cluster node type. 776 ErrCodeTableLimitExceededFault = "TableLimitExceeded" 777 778 // ErrCodeTableRestoreNotFoundFault for service response error code 779 // "TableRestoreNotFoundFault". 780 // 781 // The specified TableRestoreRequestId value was not found. 782 ErrCodeTableRestoreNotFoundFault = "TableRestoreNotFoundFault" 783 784 // ErrCodeTagLimitExceededFault for service response error code 785 // "TagLimitExceededFault". 786 // 787 // You have exceeded the number of tags allowed. 788 ErrCodeTagLimitExceededFault = "TagLimitExceededFault" 789 790 // ErrCodeUnauthorizedOperation for service response error code 791 // "UnauthorizedOperation". 792 // 793 // Your account is not authorized to perform the requested operation. 794 ErrCodeUnauthorizedOperation = "UnauthorizedOperation" 795 796 // ErrCodeUnauthorizedPartnerIntegrationFault for service response error code 797 // "UnauthorizedPartnerIntegration". 798 // 799 // The partner integration is not authorized. 800 ErrCodeUnauthorizedPartnerIntegrationFault = "UnauthorizedPartnerIntegration" 801 802 // ErrCodeUnknownSnapshotCopyRegionFault for service response error code 803 // "UnknownSnapshotCopyRegionFault". 804 // 805 // The specified region is incorrect or does not exist. 806 ErrCodeUnknownSnapshotCopyRegionFault = "UnknownSnapshotCopyRegionFault" 807 808 // ErrCodeUnsupportedOperationFault for service response error code 809 // "UnsupportedOperation". 810 // 811 // The requested operation isn't supported. 812 ErrCodeUnsupportedOperationFault = "UnsupportedOperation" 813 814 // ErrCodeUnsupportedOptionFault for service response error code 815 // "UnsupportedOptionFault". 816 // 817 // A request option was specified that is not supported. 818 ErrCodeUnsupportedOptionFault = "UnsupportedOptionFault" 819 820 // ErrCodeUsageLimitAlreadyExistsFault for service response error code 821 // "UsageLimitAlreadyExists". 822 // 823 // The usage limit already exists. 824 ErrCodeUsageLimitAlreadyExistsFault = "UsageLimitAlreadyExists" 825 826 // ErrCodeUsageLimitNotFoundFault for service response error code 827 // "UsageLimitNotFound". 828 // 829 // The usage limit identifier can't be found. 830 ErrCodeUsageLimitNotFoundFault = "UsageLimitNotFound" 831 )