aws-sdk-redshift 1.37.0 → 1.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,6 +6,13 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::Redshift
9
+ # This class provides a resource oriented interface for Redshift.
10
+ # To create a resource object:
11
+ # resource = Aws::Redshift::Resource.new(region: 'us-west-2')
12
+ # You can supply a client object with custom configuration that will be used for all resource operations.
13
+ # If you do not pass +:client+, a default client will be constructed.
14
+ # client = Aws::Redshift::Client.new(region: 'us-west-2')
15
+ # resource = Aws::Redshift::Resource.new(client: client)
9
16
  class Resource
10
17
 
11
18
  # @param options ({})
@@ -45,6 +45,13 @@ module Aws::Redshift
45
45
  include Aws::Structure
46
46
  end
47
47
 
48
+ # The owner of the specified snapshot has not authorized your account to
49
+ # access the snapshot.
50
+ #
51
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AccessToSnapshotDeniedFault AWS API Documentation
52
+ #
53
+ class AccessToSnapshotDeniedFault < Aws::EmptyStructure; end
54
+
48
55
  # A name value pair that describes an aspect of an account.
49
56
  #
50
57
  # @!attribute [rw] attribute_name
@@ -108,6 +115,27 @@ module Aws::Redshift
108
115
  include Aws::Structure
109
116
  end
110
117
 
118
+ # The specified CIDR block or EC2 security group is already authorized
119
+ # for the specified cluster security group.
120
+ #
121
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizationAlreadyExistsFault AWS API Documentation
122
+ #
123
+ class AuthorizationAlreadyExistsFault < Aws::EmptyStructure; end
124
+
125
+ # The specified CIDR IP range or EC2 security group is not authorized
126
+ # for the specified cluster security group.
127
+ #
128
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizationNotFoundFault AWS API Documentation
129
+ #
130
+ class AuthorizationNotFoundFault < Aws::EmptyStructure; end
131
+
132
+ # The authorization quota for the cluster security group has been
133
+ # reached.
134
+ #
135
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/AuthorizationQuotaExceededFault AWS API Documentation
136
+ #
137
+ class AuthorizationQuotaExceededFault < Aws::EmptyStructure; end
138
+
111
139
  # @note When making an API call, you may pass AuthorizeClusterSecurityGroupIngressMessage
112
140
  # data as a hash:
113
141
  #
@@ -264,6 +292,20 @@ module Aws::Redshift
264
292
  include Aws::Structure
265
293
  end
266
294
 
295
+ # The maximum number for a batch delete of snapshots has been reached.
296
+ # The limit is 100.
297
+ #
298
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/BatchDeleteRequestSizeExceededFault AWS API Documentation
299
+ #
300
+ class BatchDeleteRequestSizeExceededFault < Aws::EmptyStructure; end
301
+
302
+ # The maximum number for snapshot identifiers has been reached. The
303
+ # limit is 100.
304
+ #
305
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/BatchModifyClusterSnapshotsLimitExceededFault AWS API Documentation
306
+ #
307
+ class BatchModifyClusterSnapshotsLimitExceededFault < Aws::EmptyStructure; end
308
+
267
309
  # @note When making an API call, you may pass BatchModifyClusterSnapshotsMessage
268
310
  # data as a hash:
269
311
  #
@@ -319,6 +361,12 @@ module Aws::Redshift
319
361
  include Aws::Structure
320
362
  end
321
363
 
364
+ # Could not find the specified S3 bucket.
365
+ #
366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/BucketNotFoundFault AWS API Documentation
367
+ #
368
+ class BucketNotFoundFault < Aws::EmptyStructure; end
369
+
322
370
  # @note When making an API call, you may pass CancelResizeMessage
323
371
  # data as a hash:
324
372
  #
@@ -689,6 +737,12 @@ module Aws::Redshift
689
737
  include Aws::Structure
690
738
  end
691
739
 
740
+ # The account already has a cluster with the given identifier.
741
+ #
742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterAlreadyExistsFault AWS API Documentation
743
+ #
744
+ class ClusterAlreadyExistsFault < Aws::EmptyStructure; end
745
+
692
746
  # @!attribute [rw] cluster_identifier
693
747
  # @return [String]
694
748
  #
@@ -837,6 +891,19 @@ module Aws::Redshift
837
891
  include Aws::Structure
838
892
  end
839
893
 
894
+ # The `ClusterIdentifier` parameter does not refer to an existing
895
+ # cluster.
896
+ #
897
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterNotFoundFault AWS API Documentation
898
+ #
899
+ class ClusterNotFoundFault < Aws::EmptyStructure; end
900
+
901
+ # Cluster is already on the latest database revision.
902
+ #
903
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterOnLatestRevisionFault AWS API Documentation
904
+ #
905
+ class ClusterOnLatestRevisionFault < Aws::EmptyStructure; end
906
+
840
907
  # Describes a parameter group.
841
908
  #
842
909
  # @!attribute [rw] parameter_group_name
@@ -866,6 +933,12 @@ module Aws::Redshift
866
933
  include Aws::Structure
867
934
  end
868
935
 
936
+ # A cluster parameter group with the same name already exists.
937
+ #
938
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterParameterGroupAlreadyExistsFault AWS API Documentation
939
+ #
940
+ class ClusterParameterGroupAlreadyExistsFault < Aws::EmptyStructure; end
941
+
869
942
  # Contains the output from the DescribeClusterParameters action.
870
943
  #
871
944
  # @!attribute [rw] parameters
@@ -908,6 +981,26 @@ module Aws::Redshift
908
981
  include Aws::Structure
909
982
  end
910
983
 
984
+ # The parameter group name does not refer to an existing parameter
985
+ # group.
986
+ #
987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterParameterGroupNotFoundFault AWS API Documentation
988
+ #
989
+ class ClusterParameterGroupNotFoundFault < Aws::EmptyStructure; end
990
+
991
+ # The request would result in the user exceeding the allowed number of
992
+ # cluster parameter groups. For information about increasing your quota,
993
+ # go to [Limits in Amazon Redshift][1] in the *Amazon Redshift Cluster
994
+ # Management Guide*.
995
+ #
996
+ #
997
+ #
998
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
999
+ #
1000
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterParameterGroupQuotaExceededFault AWS API Documentation
1001
+ #
1002
+ class ClusterParameterGroupQuotaExceededFault < Aws::EmptyStructure; end
1003
+
911
1004
  # Describes the status of a parameter group.
912
1005
  #
913
1006
  # @!attribute [rw] parameter_group_name
@@ -1010,6 +1103,19 @@ module Aws::Redshift
1010
1103
  include Aws::Structure
1011
1104
  end
1012
1105
 
1106
+ # The request would exceed the allowed number of cluster instances for
1107
+ # this account. For information about increasing your quota, go to
1108
+ # [Limits in Amazon Redshift][1] in the *Amazon Redshift Cluster
1109
+ # Management Guide*.
1110
+ #
1111
+ #
1112
+ #
1113
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
1114
+ #
1115
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterQuotaExceededFault AWS API Documentation
1116
+ #
1117
+ class ClusterQuotaExceededFault < Aws::EmptyStructure; end
1118
+
1013
1119
  # Describes a security group.
1014
1120
  #
1015
1121
  # @!attribute [rw] cluster_security_group_name
@@ -1046,6 +1152,12 @@ module Aws::Redshift
1046
1152
  include Aws::Structure
1047
1153
  end
1048
1154
 
1155
+ # A cluster security group with the same name already exists.
1156
+ #
1157
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSecurityGroupAlreadyExistsFault AWS API Documentation
1158
+ #
1159
+ class ClusterSecurityGroupAlreadyExistsFault < Aws::EmptyStructure; end
1160
+
1049
1161
  # Describes a cluster security group.
1050
1162
  #
1051
1163
  # @!attribute [rw] cluster_security_group_name
@@ -1085,6 +1197,33 @@ module Aws::Redshift
1085
1197
  include Aws::Structure
1086
1198
  end
1087
1199
 
1200
+ # The cluster security group name does not refer to an existing cluster
1201
+ # security group.
1202
+ #
1203
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSecurityGroupNotFoundFault AWS API Documentation
1204
+ #
1205
+ class ClusterSecurityGroupNotFoundFault < Aws::EmptyStructure; end
1206
+
1207
+ # The request would result in the user exceeding the allowed number of
1208
+ # cluster security groups. For information about increasing your quota,
1209
+ # go to [Limits in Amazon Redshift][1] in the *Amazon Redshift Cluster
1210
+ # Management Guide*.
1211
+ #
1212
+ #
1213
+ #
1214
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
1215
+ #
1216
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSecurityGroupQuotaExceededFault AWS API Documentation
1217
+ #
1218
+ class ClusterSecurityGroupQuotaExceededFault < Aws::EmptyStructure; end
1219
+
1220
+ # The value specified as a snapshot identifier is already used by an
1221
+ # existing snapshot.
1222
+ #
1223
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSnapshotAlreadyExistsFault AWS API Documentation
1224
+ #
1225
+ class ClusterSnapshotAlreadyExistsFault < Aws::EmptyStructure; end
1226
+
1088
1227
  # Returns the destination region and retention period that are
1089
1228
  # configured for cross-region snapshot copy.
1090
1229
  #
@@ -1120,6 +1259,20 @@ module Aws::Redshift
1120
1259
  include Aws::Structure
1121
1260
  end
1122
1261
 
1262
+ # The snapshot identifier does not refer to an existing cluster
1263
+ # snapshot.
1264
+ #
1265
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSnapshotNotFoundFault AWS API Documentation
1266
+ #
1267
+ class ClusterSnapshotNotFoundFault < Aws::EmptyStructure; end
1268
+
1269
+ # The request would result in the user exceeding the allowed number of
1270
+ # cluster snapshots.
1271
+ #
1272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSnapshotQuotaExceededFault AWS API Documentation
1273
+ #
1274
+ class ClusterSnapshotQuotaExceededFault < Aws::EmptyStructure; end
1275
+
1123
1276
  # Describes a subnet group.
1124
1277
  #
1125
1278
  # @!attribute [rw] cluster_subnet_group_name
@@ -1159,6 +1312,13 @@ module Aws::Redshift
1159
1312
  include Aws::Structure
1160
1313
  end
1161
1314
 
1315
+ # A *ClusterSubnetGroupName* is already used by an existing cluster
1316
+ # subnet group.
1317
+ #
1318
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSubnetGroupAlreadyExistsFault AWS API Documentation
1319
+ #
1320
+ class ClusterSubnetGroupAlreadyExistsFault < Aws::EmptyStructure; end
1321
+
1162
1322
  # Contains the output from the DescribeClusterSubnetGroups action.
1163
1323
  #
1164
1324
  # @!attribute [rw] marker
@@ -1182,6 +1342,39 @@ module Aws::Redshift
1182
1342
  include Aws::Structure
1183
1343
  end
1184
1344
 
1345
+ # The cluster subnet group name does not refer to an existing cluster
1346
+ # subnet group.
1347
+ #
1348
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSubnetGroupNotFoundFault AWS API Documentation
1349
+ #
1350
+ class ClusterSubnetGroupNotFoundFault < Aws::EmptyStructure; end
1351
+
1352
+ # The request would result in user exceeding the allowed number of
1353
+ # cluster subnet groups. For information about increasing your quota, go
1354
+ # to [Limits in Amazon Redshift][1] in the *Amazon Redshift Cluster
1355
+ # Management Guide*.
1356
+ #
1357
+ #
1358
+ #
1359
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
1360
+ #
1361
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSubnetGroupQuotaExceededFault AWS API Documentation
1362
+ #
1363
+ class ClusterSubnetGroupQuotaExceededFault < Aws::EmptyStructure; end
1364
+
1365
+ # The request would result in user exceeding the allowed number of
1366
+ # subnets in a cluster subnet groups. For information about increasing
1367
+ # your quota, go to [Limits in Amazon Redshift][1] in the *Amazon
1368
+ # Redshift Cluster Management Guide*.
1369
+ #
1370
+ #
1371
+ #
1372
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
1373
+ #
1374
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ClusterSubnetQuotaExceededFault AWS API Documentation
1375
+ #
1376
+ class ClusterSubnetQuotaExceededFault < Aws::EmptyStructure; end
1377
+
1185
1378
  # Describes a cluster version, including the parameter group family and
1186
1379
  # description of the version.
1187
1380
  #
@@ -1333,6 +1526,13 @@ module Aws::Redshift
1333
1526
  include Aws::Structure
1334
1527
  end
1335
1528
 
1529
+ # Cross-region snapshot copy was temporarily disabled. Try your request
1530
+ # again.
1531
+ #
1532
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CopyToRegionDisabledFault AWS API Documentation
1533
+ #
1534
+ class CopyToRegionDisabledFault < Aws::EmptyStructure; end
1535
+
1336
1536
  # @note When making an API call, you may pass CreateClusterMessage
1337
1537
  # data as a hash:
1338
1538
  #
@@ -2957,6 +3157,21 @@ module Aws::Redshift
2957
3157
  include Aws::Structure
2958
3158
  end
2959
3159
 
3160
+ # The request cannot be completed because a dependent service is
3161
+ # throttling requests made by Amazon Redshift on your behalf. Wait and
3162
+ # retry the request.
3163
+ #
3164
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DependentServiceRequestThrottlingFault AWS API Documentation
3165
+ #
3166
+ class DependentServiceRequestThrottlingFault < Aws::EmptyStructure; end
3167
+
3168
+ # Your request cannot be completed because a dependent internal service
3169
+ # is temporarily unavailable. Wait 30 to 60 seconds and try again.
3170
+ #
3171
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DependentServiceUnavailableFault AWS API Documentation
3172
+ #
3173
+ class DependentServiceUnavailableFault < Aws::EmptyStructure; end
3174
+
2960
3175
  # @note When making an API call, you may pass DescribeAccountAttributesMessage
2961
3176
  # data as a hash:
2962
3177
  #
@@ -5128,6 +5343,19 @@ module Aws::Redshift
5128
5343
  include Aws::Structure
5129
5344
  end
5130
5345
 
5346
+ # The request would exceed the allowed number of event subscriptions for
5347
+ # this account. For information about increasing your quota, go to
5348
+ # [Limits in Amazon Redshift][1] in the *Amazon Redshift Cluster
5349
+ # Management Guide*.
5350
+ #
5351
+ #
5352
+ #
5353
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
5354
+ #
5355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/EventSubscriptionQuotaExceededFault AWS API Documentation
5356
+ #
5357
+ class EventSubscriptionQuotaExceededFault < Aws::EmptyStructure; end
5358
+
5131
5359
  # @!attribute [rw] marker
5132
5360
  # A value that indicates the starting point for the next set of
5133
5361
  # response records in a subsequent request. If a value is returned in
@@ -5382,6 +5610,13 @@ module Aws::Redshift
5382
5610
  include Aws::Structure
5383
5611
  end
5384
5612
 
5613
+ # There is already an existing Amazon Redshift HSM client certificate
5614
+ # with the specified identifier.
5615
+ #
5616
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/HsmClientCertificateAlreadyExistsFault AWS API Documentation
5617
+ #
5618
+ class HsmClientCertificateAlreadyExistsFault < Aws::EmptyStructure; end
5619
+
5385
5620
  # @!attribute [rw] marker
5386
5621
  # A value that indicates the starting point for the next set of
5387
5622
  # response records in a subsequent request. If a value is returned in
@@ -5405,6 +5640,25 @@ module Aws::Redshift
5405
5640
  include Aws::Structure
5406
5641
  end
5407
5642
 
5643
+ # There is no Amazon Redshift HSM client certificate with the specified
5644
+ # identifier.
5645
+ #
5646
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/HsmClientCertificateNotFoundFault AWS API Documentation
5647
+ #
5648
+ class HsmClientCertificateNotFoundFault < Aws::EmptyStructure; end
5649
+
5650
+ # The quota for HSM client certificates has been reached. For
5651
+ # information about increasing your quota, go to [Limits in Amazon
5652
+ # Redshift][1] in the *Amazon Redshift Cluster Management Guide*.
5653
+ #
5654
+ #
5655
+ #
5656
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
5657
+ #
5658
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/HsmClientCertificateQuotaExceededFault AWS API Documentation
5659
+ #
5660
+ class HsmClientCertificateQuotaExceededFault < Aws::EmptyStructure; end
5661
+
5408
5662
  # Returns information about an HSM configuration, which is an object
5409
5663
  # that describes to Amazon Redshift clusters the information they
5410
5664
  # require to connect to an HSM where they can store database encryption
@@ -5443,6 +5697,13 @@ module Aws::Redshift
5443
5697
  include Aws::Structure
5444
5698
  end
5445
5699
 
5700
+ # There is already an existing Amazon Redshift HSM configuration with
5701
+ # the specified identifier.
5702
+ #
5703
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/HsmConfigurationAlreadyExistsFault AWS API Documentation
5704
+ #
5705
+ class HsmConfigurationAlreadyExistsFault < Aws::EmptyStructure; end
5706
+
5446
5707
  # @!attribute [rw] marker
5447
5708
  # A value that indicates the starting point for the next set of
5448
5709
  # response records in a subsequent request. If a value is returned in
@@ -5464,6 +5725,25 @@ module Aws::Redshift
5464
5725
  include Aws::Structure
5465
5726
  end
5466
5727
 
5728
+ # There is no Amazon Redshift HSM configuration with the specified
5729
+ # identifier.
5730
+ #
5731
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/HsmConfigurationNotFoundFault AWS API Documentation
5732
+ #
5733
+ class HsmConfigurationNotFoundFault < Aws::EmptyStructure; end
5734
+
5735
+ # The quota for HSM configurations has been reached. For information
5736
+ # about increasing your quota, go to [Limits in Amazon Redshift][1] in
5737
+ # the *Amazon Redshift Cluster Management Guide*.
5738
+ #
5739
+ #
5740
+ #
5741
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
5742
+ #
5743
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/HsmConfigurationQuotaExceededFault AWS API Documentation
5744
+ #
5745
+ class HsmConfigurationQuotaExceededFault < Aws::EmptyStructure; end
5746
+
5467
5747
  # Describes the status of changes to HSM settings.
5468
5748
  #
5469
5749
  # @!attribute [rw] hsm_client_certificate_identifier
@@ -5516,6 +5796,205 @@ module Aws::Redshift
5516
5796
  include Aws::Structure
5517
5797
  end
5518
5798
 
5799
+ # You have exceeded the allowed number of table restore requests. Wait
5800
+ # for your current table restore requests to complete before making a
5801
+ # new request.
5802
+ #
5803
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InProgressTableRestoreQuotaExceededFault AWS API Documentation
5804
+ #
5805
+ class InProgressTableRestoreQuotaExceededFault < Aws::EmptyStructure; end
5806
+
5807
+ # The specified options are incompatible.
5808
+ #
5809
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/IncompatibleOrderableOptions AWS API Documentation
5810
+ #
5811
+ class IncompatibleOrderableOptions < Aws::EmptyStructure; end
5812
+
5813
+ # The number of nodes specified exceeds the allotted capacity of the
5814
+ # cluster.
5815
+ #
5816
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InsufficientClusterCapacityFault AWS API Documentation
5817
+ #
5818
+ class InsufficientClusterCapacityFault < Aws::EmptyStructure; end
5819
+
5820
+ # The cluster does not have read bucket or put object permissions on the
5821
+ # S3 bucket specified when enabling logging.
5822
+ #
5823
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InsufficientS3BucketPolicyFault AWS API Documentation
5824
+ #
5825
+ class InsufficientS3BucketPolicyFault < Aws::EmptyStructure; end
5826
+
5827
+ # The cluster parameter group action can not be completed because
5828
+ # another task is in progress that involves the parameter group. Wait a
5829
+ # few moments and try the operation again.
5830
+ #
5831
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterParameterGroupStateFault AWS API Documentation
5832
+ #
5833
+ class InvalidClusterParameterGroupStateFault < Aws::EmptyStructure; end
5834
+
5835
+ # The state of the cluster security group is not `available`.
5836
+ #
5837
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterSecurityGroupStateFault AWS API Documentation
5838
+ #
5839
+ class InvalidClusterSecurityGroupStateFault < Aws::EmptyStructure; end
5840
+
5841
+ # The cluster snapshot schedule state is not valid.
5842
+ #
5843
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterSnapshotScheduleStateFault AWS API Documentation
5844
+ #
5845
+ class InvalidClusterSnapshotScheduleStateFault < Aws::EmptyStructure; end
5846
+
5847
+ # The specified cluster snapshot is not in the `available` state, or
5848
+ # other accounts are authorized to access the snapshot.
5849
+ #
5850
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterSnapshotStateFault AWS API Documentation
5851
+ #
5852
+ class InvalidClusterSnapshotStateFault < Aws::EmptyStructure; end
5853
+
5854
+ # The specified cluster is not in the `available` state.
5855
+ #
5856
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterStateFault AWS API Documentation
5857
+ #
5858
+ class InvalidClusterStateFault < Aws::EmptyStructure; end
5859
+
5860
+ # The cluster subnet group cannot be deleted because it is in use.
5861
+ #
5862
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterSubnetGroupStateFault AWS API Documentation
5863
+ #
5864
+ class InvalidClusterSubnetGroupStateFault < Aws::EmptyStructure; end
5865
+
5866
+ # The state of the subnet is invalid.
5867
+ #
5868
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterSubnetStateFault AWS API Documentation
5869
+ #
5870
+ class InvalidClusterSubnetStateFault < Aws::EmptyStructure; end
5871
+
5872
+ # The provided cluster track name is not valid.
5873
+ #
5874
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidClusterTrackFault AWS API Documentation
5875
+ #
5876
+ class InvalidClusterTrackFault < Aws::EmptyStructure; end
5877
+
5878
+ # The Elastic IP (EIP) is invalid or cannot be found.
5879
+ #
5880
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidElasticIpFault AWS API Documentation
5881
+ #
5882
+ class InvalidElasticIpFault < Aws::EmptyStructure; end
5883
+
5884
+ # The specified HSM client certificate is not in the `available` state,
5885
+ # or it is still in use by one or more Amazon Redshift clusters.
5886
+ #
5887
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidHsmClientCertificateStateFault AWS API Documentation
5888
+ #
5889
+ class InvalidHsmClientCertificateStateFault < Aws::EmptyStructure; end
5890
+
5891
+ # The specified HSM configuration is not in the `available` state, or it
5892
+ # is still in use by one or more Amazon Redshift clusters.
5893
+ #
5894
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidHsmConfigurationStateFault AWS API Documentation
5895
+ #
5896
+ class InvalidHsmConfigurationStateFault < Aws::EmptyStructure; end
5897
+
5898
+ # Indicates that the Reserved Node being exchanged is not in an active
5899
+ # state.
5900
+ #
5901
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidReservedNodeStateFault AWS API Documentation
5902
+ #
5903
+ class InvalidReservedNodeStateFault < Aws::EmptyStructure; end
5904
+
5905
+ # The restore is invalid.
5906
+ #
5907
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidRestoreFault AWS API Documentation
5908
+ #
5909
+ class InvalidRestoreFault < Aws::EmptyStructure; end
5910
+
5911
+ # The retention period specified is either in the past or is not a valid
5912
+ # value.
5913
+ #
5914
+ # The value must be either -1 or an integer between 1 and 3,653.
5915
+ #
5916
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidRetentionPeriodFault AWS API Documentation
5917
+ #
5918
+ class InvalidRetentionPeriodFault < Aws::EmptyStructure; end
5919
+
5920
+ # The S3 bucket name is invalid. For more information about naming
5921
+ # rules, go to [Bucket Restrictions and Limitations][1] in the Amazon
5922
+ # Simple Storage Service (S3) Developer Guide.
5923
+ #
5924
+ #
5925
+ #
5926
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html
5927
+ #
5928
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidS3BucketNameFault AWS API Documentation
5929
+ #
5930
+ class InvalidS3BucketNameFault < Aws::EmptyStructure; end
5931
+
5932
+ # The string specified for the logging S3 key prefix does not comply
5933
+ # with the documented constraints.
5934
+ #
5935
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidS3KeyPrefixFault AWS API Documentation
5936
+ #
5937
+ class InvalidS3KeyPrefixFault < Aws::EmptyStructure; end
5938
+
5939
+ # The schedule you submitted isn't valid.
5940
+ #
5941
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidScheduleFault AWS API Documentation
5942
+ #
5943
+ class InvalidScheduleFault < Aws::EmptyStructure; end
5944
+
5945
+ # The scheduled action is not valid.
5946
+ #
5947
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidScheduledActionFault AWS API Documentation
5948
+ #
5949
+ class InvalidScheduledActionFault < Aws::EmptyStructure; end
5950
+
5951
+ # The snapshot copy grant can't be deleted because it is used by one or
5952
+ # more clusters.
5953
+ #
5954
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidSnapshotCopyGrantStateFault AWS API Documentation
5955
+ #
5956
+ class InvalidSnapshotCopyGrantStateFault < Aws::EmptyStructure; end
5957
+
5958
+ # The requested subnet is not valid, or not all of the subnets are in
5959
+ # the same VPC.
5960
+ #
5961
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidSubnet AWS API Documentation
5962
+ #
5963
+ class InvalidSubnet < Aws::EmptyStructure; end
5964
+
5965
+ # The subscription request is invalid because it is a duplicate request.
5966
+ # This subscription request is already in progress.
5967
+ #
5968
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidSubscriptionStateFault AWS API Documentation
5969
+ #
5970
+ class InvalidSubscriptionStateFault < Aws::EmptyStructure; end
5971
+
5972
+ # The value specified for the `sourceDatabaseName`, `sourceSchemaName`,
5973
+ # or `sourceTableName` parameter, or a combination of these, doesn't
5974
+ # exist in the snapshot.
5975
+ #
5976
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidTableRestoreArgumentFault AWS API Documentation
5977
+ #
5978
+ class InvalidTableRestoreArgumentFault < Aws::EmptyStructure; end
5979
+
5980
+ # The tag is invalid.
5981
+ #
5982
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidTagFault AWS API Documentation
5983
+ #
5984
+ class InvalidTagFault < Aws::EmptyStructure; end
5985
+
5986
+ # The cluster subnet group does not cover all Availability Zones.
5987
+ #
5988
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/InvalidVPCNetworkStateFault AWS API Documentation
5989
+ #
5990
+ class InvalidVPCNetworkStateFault < Aws::EmptyStructure; end
5991
+
5992
+ # The encryption key has exceeded its grant limit in AWS KMS.
5993
+ #
5994
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/LimitExceededFault AWS API Documentation
5995
+ #
5996
+ class LimitExceededFault < Aws::EmptyStructure; end
5997
+
5519
5998
  # Describes the status of logging for a cluster.
5520
5999
  #
5521
6000
  # @!attribute [rw] logging_enabled
@@ -6588,6 +7067,24 @@ module Aws::Redshift
6588
7067
  include Aws::Structure
6589
7068
  end
6590
7069
 
7070
+ # The operation would exceed the number of nodes allowed for a cluster.
7071
+ #
7072
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/NumberOfNodesPerClusterLimitExceededFault AWS API Documentation
7073
+ #
7074
+ class NumberOfNodesPerClusterLimitExceededFault < Aws::EmptyStructure; end
7075
+
7076
+ # The operation would exceed the number of nodes allotted to the
7077
+ # account. For information about increasing your quota, go to [Limits in
7078
+ # Amazon Redshift][1] in the *Amazon Redshift Cluster Management Guide*.
7079
+ #
7080
+ #
7081
+ #
7082
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
7083
+ #
7084
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/NumberOfNodesQuotaExceededFault AWS API Documentation
7085
+ #
7086
+ class NumberOfNodesQuotaExceededFault < Aws::EmptyStructure; end
7087
+
6591
7088
  # Describes an orderable cluster option.
6592
7089
  #
6593
7090
  # @!attribute [rw] cluster_version
@@ -6984,6 +7481,24 @@ module Aws::Redshift
6984
7481
  include Aws::Structure
6985
7482
  end
6986
7483
 
7484
+ # User already has a reservation with the given identifier.
7485
+ #
7486
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeAlreadyExistsFault AWS API Documentation
7487
+ #
7488
+ class ReservedNodeAlreadyExistsFault < Aws::EmptyStructure; end
7489
+
7490
+ # Indicates that the reserved node has already been exchanged.
7491
+ #
7492
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeAlreadyMigratedFault AWS API Documentation
7493
+ #
7494
+ class ReservedNodeAlreadyMigratedFault < Aws::EmptyStructure; end
7495
+
7496
+ # The specified reserved compute node not found.
7497
+ #
7498
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeNotFoundFault AWS API Documentation
7499
+ #
7500
+ class ReservedNodeNotFoundFault < Aws::EmptyStructure; end
7501
+
6987
7502
  # Describes a reserved node offering.
6988
7503
  #
6989
7504
  # @!attribute [rw] reserved_node_offering_id
@@ -7042,6 +7557,12 @@ module Aws::Redshift
7042
7557
  include Aws::Structure
7043
7558
  end
7044
7559
 
7560
+ # Specified offering does not exist.
7561
+ #
7562
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeOfferingNotFoundFault AWS API Documentation
7563
+ #
7564
+ class ReservedNodeOfferingNotFoundFault < Aws::EmptyStructure; end
7565
+
7045
7566
  # @!attribute [rw] marker
7046
7567
  # A value that indicates the starting point for the next set of
7047
7568
  # response records in a subsequent request. If a value is returned in
@@ -7063,6 +7584,18 @@ module Aws::Redshift
7063
7584
  include Aws::Structure
7064
7585
  end
7065
7586
 
7587
+ # Request would exceed the user's compute node quota. For information
7588
+ # about increasing your quota, go to [Limits in Amazon Redshift][1] in
7589
+ # the *Amazon Redshift Cluster Management Guide*.
7590
+ #
7591
+ #
7592
+ #
7593
+ # [1]: https://docs.aws.amazon.com/redshift/latest/mgmt/amazon-redshift-limits.html
7594
+ #
7595
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ReservedNodeQuotaExceededFault AWS API Documentation
7596
+ #
7597
+ class ReservedNodeQuotaExceededFault < Aws::EmptyStructure; end
7598
+
7066
7599
  # @!attribute [rw] marker
7067
7600
  # A value that indicates the starting point for the next set of
7068
7601
  # response records in a subsequent request. If a value is returned in
@@ -7208,6 +7741,12 @@ module Aws::Redshift
7208
7741
  include Aws::Structure
7209
7742
  end
7210
7743
 
7744
+ # A resize operation for the specified cluster is not found.
7745
+ #
7746
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResizeNotFoundFault AWS API Documentation
7747
+ #
7748
+ class ResizeNotFoundFault < Aws::EmptyStructure; end
7749
+
7211
7750
  # Describes the result of a cluster resize operation.
7212
7751
  #
7213
7752
  # @!attribute [rw] target_node_type
@@ -7329,6 +7868,12 @@ module Aws::Redshift
7329
7868
  include Aws::Structure
7330
7869
  end
7331
7870
 
7871
+ # The resource could not be found.
7872
+ #
7873
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ResourceNotFoundFault AWS API Documentation
7874
+ #
7875
+ class ResourceNotFoundFault < Aws::EmptyStructure; end
7876
+
7332
7877
  # @note When making an API call, you may pass RestoreFromClusterSnapshotMessage
7333
7878
  # data as a hash:
7334
7879
  #
@@ -7937,6 +8482,33 @@ module Aws::Redshift
7937
8482
  include Aws::Structure
7938
8483
  end
7939
8484
 
8485
+ # Amazon SNS has responded that there is a problem with the specified
8486
+ # Amazon SNS topic.
8487
+ #
8488
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SNSInvalidTopicFault AWS API Documentation
8489
+ #
8490
+ class SNSInvalidTopicFault < Aws::EmptyStructure; end
8491
+
8492
+ # You do not have permission to publish to the specified Amazon SNS
8493
+ # topic.
8494
+ #
8495
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SNSNoAuthorizationFault AWS API Documentation
8496
+ #
8497
+ class SNSNoAuthorizationFault < Aws::EmptyStructure; end
8498
+
8499
+ # An Amazon SNS topic with the specified Amazon Resource Name (ARN) does
8500
+ # not exist.
8501
+ #
8502
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SNSTopicArnNotFoundFault AWS API Documentation
8503
+ #
8504
+ class SNSTopicArnNotFoundFault < Aws::EmptyStructure; end
8505
+
8506
+ # The definition you submitted is not supported.
8507
+ #
8508
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ScheduleDefinitionTypeUnsupportedFault AWS API Documentation
8509
+ #
8510
+ class ScheduleDefinitionTypeUnsupportedFault < Aws::EmptyStructure; end
8511
+
7940
8512
  # Describes a scheduled action. You can use a scheduled action to
7941
8513
  # trigger some Amazon Redshift API operations on a schedule. For
7942
8514
  # information about which API operations can be scheduled, see
@@ -8023,6 +8595,12 @@ module Aws::Redshift
8023
8595
  include Aws::Structure
8024
8596
  end
8025
8597
 
8598
+ # The scheduled action already exists.
8599
+ #
8600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ScheduledActionAlreadyExistsFault AWS API Documentation
8601
+ #
8602
+ class ScheduledActionAlreadyExistsFault < Aws::EmptyStructure; end
8603
+
8026
8604
  # A set of elements to filter the returned scheduled actions.
8027
8605
  #
8028
8606
  # @note When making an API call, you may pass ScheduledActionFilter
@@ -8050,6 +8628,18 @@ module Aws::Redshift
8050
8628
  include Aws::Structure
8051
8629
  end
8052
8630
 
8631
+ # The scheduled action cannot be found.
8632
+ #
8633
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ScheduledActionNotFoundFault AWS API Documentation
8634
+ #
8635
+ class ScheduledActionNotFoundFault < Aws::EmptyStructure; end
8636
+
8637
+ # The quota for scheduled actions exceeded.
8638
+ #
8639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ScheduledActionQuotaExceededFault AWS API Documentation
8640
+ #
8641
+ class ScheduledActionQuotaExceededFault < Aws::EmptyStructure; end
8642
+
8053
8643
  # The action type that specifies an Amazon Redshift API operation that
8054
8644
  # is supported by the Amazon Redshift scheduler.
8055
8645
  #
@@ -8077,6 +8667,12 @@ module Aws::Redshift
8077
8667
  include Aws::Structure
8078
8668
  end
8079
8669
 
8670
+ # The action type specified for a scheduled action is not supported.
8671
+ #
8672
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ScheduledActionTypeUnsupportedFault AWS API Documentation
8673
+ #
8674
+ class ScheduledActionTypeUnsupportedFault < Aws::EmptyStructure; end
8675
+
8080
8676
  # @!attribute [rw] marker
8081
8677
  # An optional parameter that specifies the starting point to return a
8082
8678
  # set of response records. When the results of a
@@ -8318,6 +8914,25 @@ module Aws::Redshift
8318
8914
  include Aws::Structure
8319
8915
  end
8320
8916
 
8917
+ # The cluster already has cross-region snapshot copy disabled.
8918
+ #
8919
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyAlreadyDisabledFault AWS API Documentation
8920
+ #
8921
+ class SnapshotCopyAlreadyDisabledFault < Aws::EmptyStructure; end
8922
+
8923
+ # The cluster already has cross-region snapshot copy enabled.
8924
+ #
8925
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyAlreadyEnabledFault AWS API Documentation
8926
+ #
8927
+ class SnapshotCopyAlreadyEnabledFault < Aws::EmptyStructure; end
8928
+
8929
+ # Cross-region snapshot copy was temporarily disabled. Try your request
8930
+ # again.
8931
+ #
8932
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyDisabledFault AWS API Documentation
8933
+ #
8934
+ class SnapshotCopyDisabledFault < Aws::EmptyStructure; end
8935
+
8321
8936
  # The snapshot copy grant that grants Amazon Redshift permission to
8322
8937
  # encrypt copied snapshots with the specified customer master key (CMK)
8323
8938
  # from AWS KMS in the destination region.
@@ -8352,6 +8967,13 @@ module Aws::Redshift
8352
8967
  include Aws::Structure
8353
8968
  end
8354
8969
 
8970
+ # The snapshot copy grant can't be created because a grant with the
8971
+ # same name already exists.
8972
+ #
8973
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyGrantAlreadyExistsFault AWS API Documentation
8974
+ #
8975
+ class SnapshotCopyGrantAlreadyExistsFault < Aws::EmptyStructure; end
8976
+
8355
8977
  # @!attribute [rw] marker
8356
8978
  # An optional parameter that specifies the starting point to return a
8357
8979
  # set of response records. When the results of a
@@ -8377,6 +8999,21 @@ module Aws::Redshift
8377
8999
  include Aws::Structure
8378
9000
  end
8379
9001
 
9002
+ # The specified snapshot copy grant can't be found. Make sure that the
9003
+ # name is typed correctly and that the grant exists in the destination
9004
+ # region.
9005
+ #
9006
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyGrantNotFoundFault AWS API Documentation
9007
+ #
9008
+ class SnapshotCopyGrantNotFoundFault < Aws::EmptyStructure; end
9009
+
9010
+ # The AWS account has exceeded the maximum number of snapshot copy
9011
+ # grants in this region.
9012
+ #
9013
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotCopyGrantQuotaExceededFault AWS API Documentation
9014
+ #
9015
+ class SnapshotCopyGrantQuotaExceededFault < Aws::EmptyStructure; end
9016
+
8380
9017
  # Describes the errors returned by a snapshot.
8381
9018
  #
8382
9019
  # @!attribute [rw] snapshot_identifier
@@ -8473,6 +9110,30 @@ module Aws::Redshift
8473
9110
  include Aws::Structure
8474
9111
  end
8475
9112
 
9113
+ # The specified snapshot schedule already exists.
9114
+ #
9115
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotScheduleAlreadyExistsFault AWS API Documentation
9116
+ #
9117
+ class SnapshotScheduleAlreadyExistsFault < Aws::EmptyStructure; end
9118
+
9119
+ # We could not find the specified snapshot schedule.
9120
+ #
9121
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotScheduleNotFoundFault AWS API Documentation
9122
+ #
9123
+ class SnapshotScheduleNotFoundFault < Aws::EmptyStructure; end
9124
+
9125
+ # You have exceeded the quota of snapshot schedules.
9126
+ #
9127
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotScheduleQuotaExceededFault AWS API Documentation
9128
+ #
9129
+ class SnapshotScheduleQuotaExceededFault < Aws::EmptyStructure; end
9130
+
9131
+ # The specified snapshot schedule is already being updated.
9132
+ #
9133
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SnapshotScheduleUpdateInProgressFault AWS API Documentation
9134
+ #
9135
+ class SnapshotScheduleUpdateInProgressFault < Aws::EmptyStructure; end
9136
+
8476
9137
  # Describes a sorting entity
8477
9138
  #
8478
9139
  # @note When making an API call, you may pass SnapshotSortingEntity
@@ -8499,6 +9160,12 @@ module Aws::Redshift
8499
9160
  include Aws::Structure
8500
9161
  end
8501
9162
 
9163
+ # The specified Amazon Redshift event source could not be found.
9164
+ #
9165
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SourceNotFoundFault AWS API Documentation
9166
+ #
9167
+ class SourceNotFoundFault < Aws::EmptyStructure; end
9168
+
8502
9169
  # Describes a subnet.
8503
9170
  #
8504
9171
  # @!attribute [rw] subnet_identifier
@@ -8521,6 +9188,49 @@ module Aws::Redshift
8521
9188
  include Aws::Structure
8522
9189
  end
8523
9190
 
9191
+ # A specified subnet is already in use by another cluster.
9192
+ #
9193
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SubnetAlreadyInUse AWS API Documentation
9194
+ #
9195
+ class SubnetAlreadyInUse < Aws::EmptyStructure; end
9196
+
9197
+ # There is already an existing event notification subscription with the
9198
+ # specified name.
9199
+ #
9200
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SubscriptionAlreadyExistFault AWS API Documentation
9201
+ #
9202
+ class SubscriptionAlreadyExistFault < Aws::EmptyStructure; end
9203
+
9204
+ # The value specified for the event category was not one of the allowed
9205
+ # values, or it specified a category that does not apply to the
9206
+ # specified source type. The allowed values are Configuration,
9207
+ # Management, Monitoring, and Security.
9208
+ #
9209
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SubscriptionCategoryNotFoundFault AWS API Documentation
9210
+ #
9211
+ class SubscriptionCategoryNotFoundFault < Aws::EmptyStructure; end
9212
+
9213
+ # An Amazon Redshift event with the specified event ID does not exist.
9214
+ #
9215
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SubscriptionEventIdNotFoundFault AWS API Documentation
9216
+ #
9217
+ class SubscriptionEventIdNotFoundFault < Aws::EmptyStructure; end
9218
+
9219
+ # An Amazon Redshift event notification subscription with the specified
9220
+ # name does not exist.
9221
+ #
9222
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SubscriptionNotFoundFault AWS API Documentation
9223
+ #
9224
+ class SubscriptionNotFoundFault < Aws::EmptyStructure; end
9225
+
9226
+ # The value specified for the event severity was not one of the allowed
9227
+ # values, or it specified a severity that does not apply to the
9228
+ # specified source type. The allowed values are ERROR and INFO.
9229
+ #
9230
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/SubscriptionSeverityNotFoundFault AWS API Documentation
9231
+ #
9232
+ class SubscriptionSeverityNotFoundFault < Aws::EmptyStructure; end
9233
+
8524
9234
  # Describes the operations that are allowed on a maintenance track.
8525
9235
  #
8526
9236
  # @!attribute [rw] operation_name
@@ -8546,6 +9256,19 @@ module Aws::Redshift
8546
9256
  include Aws::Structure
8547
9257
  end
8548
9258
 
9259
+ # The number of tables in the cluster exceeds the limit for the
9260
+ # requested new cluster node type.
9261
+ #
9262
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/TableLimitExceededFault AWS API Documentation
9263
+ #
9264
+ class TableLimitExceededFault < Aws::EmptyStructure; end
9265
+
9266
+ # The specified `TableRestoreRequestId` value was not found.
9267
+ #
9268
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/TableRestoreNotFoundFault AWS API Documentation
9269
+ #
9270
+ class TableRestoreNotFoundFault < Aws::EmptyStructure; end
9271
+
8549
9272
  # Describes the status of a RestoreTableFromClusterSnapshot operation.
8550
9273
  #
8551
9274
  # @!attribute [rw] table_restore_request_id
@@ -8681,6 +9404,12 @@ module Aws::Redshift
8681
9404
  include Aws::Structure
8682
9405
  end
8683
9406
 
9407
+ # You have exceeded the number of tags allowed.
9408
+ #
9409
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/TagLimitExceededFault AWS API Documentation
9410
+ #
9411
+ class TagLimitExceededFault < Aws::EmptyStructure; end
9412
+
8684
9413
  # A tag and its associated resource.
8685
9414
  #
8686
9415
  # @!attribute [rw] tag
@@ -8774,6 +9503,30 @@ module Aws::Redshift
8774
9503
  include Aws::Structure
8775
9504
  end
8776
9505
 
9506
+ # Your account is not authorized to perform the requested operation.
9507
+ #
9508
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/UnauthorizedOperation AWS API Documentation
9509
+ #
9510
+ class UnauthorizedOperation < Aws::EmptyStructure; end
9511
+
9512
+ # The specified region is incorrect or does not exist.
9513
+ #
9514
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/UnknownSnapshotCopyRegionFault AWS API Documentation
9515
+ #
9516
+ class UnknownSnapshotCopyRegionFault < Aws::EmptyStructure; end
9517
+
9518
+ # The requested operation isn't supported.
9519
+ #
9520
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/UnsupportedOperationFault AWS API Documentation
9521
+ #
9522
+ class UnsupportedOperationFault < Aws::EmptyStructure; end
9523
+
9524
+ # A request option was specified that is not supported.
9525
+ #
9526
+ # @see http://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/UnsupportedOptionFault AWS API Documentation
9527
+ #
9528
+ class UnsupportedOptionFault < Aws::EmptyStructure; end
9529
+
8777
9530
  # A maintenance track that you can switch the current track to.
8778
9531
  #
8779
9532
  # @!attribute [rw] maintenance_track_name