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.
- checksums.yaml +4 -4
- data/lib/aws-sdk-redshift.rb +7 -4
- data/lib/aws-sdk-redshift/client.rb +61 -10
- data/lib/aws-sdk-redshift/client_api.rb +208 -0
- data/lib/aws-sdk-redshift/errors.rb +1166 -0
- data/lib/aws-sdk-redshift/resource.rb +7 -0
- data/lib/aws-sdk-redshift/types.rb +753 -0
- metadata +2 -2
@@ -6,9 +6,1175 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::Redshift
|
9
|
+
|
10
|
+
# When Redshift returns an error response, the Ruby SDK constructs and raises an error.
|
11
|
+
# These errors all extend Aws::Redshift::Errors::ServiceError < {Aws::Errors::ServiceError}
|
12
|
+
#
|
13
|
+
# You can rescue all Redshift errors using ServiceError:
|
14
|
+
#
|
15
|
+
# begin
|
16
|
+
# # do stuff
|
17
|
+
# rescue Aws::Redshift::Errors::ServiceError
|
18
|
+
# # rescues all Redshift API errors
|
19
|
+
# end
|
20
|
+
#
|
21
|
+
#
|
22
|
+
# ## Request Context
|
23
|
+
# ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
|
24
|
+
# information about the request that generated the error.
|
25
|
+
# See {Seahorse::Client::RequestContext} for more information.
|
26
|
+
#
|
27
|
+
# ## Error Classes
|
28
|
+
# * {AccessToSnapshotDeniedFault}
|
29
|
+
# * {AuthorizationAlreadyExistsFault}
|
30
|
+
# * {AuthorizationNotFoundFault}
|
31
|
+
# * {AuthorizationQuotaExceededFault}
|
32
|
+
# * {BatchDeleteRequestSizeExceededFault}
|
33
|
+
# * {BatchModifyClusterSnapshotsLimitExceededFault}
|
34
|
+
# * {BucketNotFoundFault}
|
35
|
+
# * {ClusterAlreadyExistsFault}
|
36
|
+
# * {ClusterNotFoundFault}
|
37
|
+
# * {ClusterOnLatestRevisionFault}
|
38
|
+
# * {ClusterParameterGroupAlreadyExistsFault}
|
39
|
+
# * {ClusterParameterGroupNotFoundFault}
|
40
|
+
# * {ClusterParameterGroupQuotaExceededFault}
|
41
|
+
# * {ClusterQuotaExceededFault}
|
42
|
+
# * {ClusterSecurityGroupAlreadyExistsFault}
|
43
|
+
# * {ClusterSecurityGroupNotFoundFault}
|
44
|
+
# * {ClusterSecurityGroupQuotaExceededFault}
|
45
|
+
# * {ClusterSnapshotAlreadyExistsFault}
|
46
|
+
# * {ClusterSnapshotNotFoundFault}
|
47
|
+
# * {ClusterSnapshotQuotaExceededFault}
|
48
|
+
# * {ClusterSubnetGroupAlreadyExistsFault}
|
49
|
+
# * {ClusterSubnetGroupNotFoundFault}
|
50
|
+
# * {ClusterSubnetGroupQuotaExceededFault}
|
51
|
+
# * {ClusterSubnetQuotaExceededFault}
|
52
|
+
# * {CopyToRegionDisabledFault}
|
53
|
+
# * {DependentServiceRequestThrottlingFault}
|
54
|
+
# * {DependentServiceUnavailableFault}
|
55
|
+
# * {EventSubscriptionQuotaExceededFault}
|
56
|
+
# * {HsmClientCertificateAlreadyExistsFault}
|
57
|
+
# * {HsmClientCertificateNotFoundFault}
|
58
|
+
# * {HsmClientCertificateQuotaExceededFault}
|
59
|
+
# * {HsmConfigurationAlreadyExistsFault}
|
60
|
+
# * {HsmConfigurationNotFoundFault}
|
61
|
+
# * {HsmConfigurationQuotaExceededFault}
|
62
|
+
# * {InProgressTableRestoreQuotaExceededFault}
|
63
|
+
# * {IncompatibleOrderableOptions}
|
64
|
+
# * {InsufficientClusterCapacityFault}
|
65
|
+
# * {InsufficientS3BucketPolicyFault}
|
66
|
+
# * {InvalidClusterParameterGroupStateFault}
|
67
|
+
# * {InvalidClusterSecurityGroupStateFault}
|
68
|
+
# * {InvalidClusterSnapshotScheduleStateFault}
|
69
|
+
# * {InvalidClusterSnapshotStateFault}
|
70
|
+
# * {InvalidClusterStateFault}
|
71
|
+
# * {InvalidClusterSubnetGroupStateFault}
|
72
|
+
# * {InvalidClusterSubnetStateFault}
|
73
|
+
# * {InvalidClusterTrackFault}
|
74
|
+
# * {InvalidElasticIpFault}
|
75
|
+
# * {InvalidHsmClientCertificateStateFault}
|
76
|
+
# * {InvalidHsmConfigurationStateFault}
|
77
|
+
# * {InvalidReservedNodeStateFault}
|
78
|
+
# * {InvalidRestoreFault}
|
79
|
+
# * {InvalidRetentionPeriodFault}
|
80
|
+
# * {InvalidS3BucketNameFault}
|
81
|
+
# * {InvalidS3KeyPrefixFault}
|
82
|
+
# * {InvalidScheduleFault}
|
83
|
+
# * {InvalidScheduledActionFault}
|
84
|
+
# * {InvalidSnapshotCopyGrantStateFault}
|
85
|
+
# * {InvalidSubnet}
|
86
|
+
# * {InvalidSubscriptionStateFault}
|
87
|
+
# * {InvalidTableRestoreArgumentFault}
|
88
|
+
# * {InvalidTagFault}
|
89
|
+
# * {InvalidVPCNetworkStateFault}
|
90
|
+
# * {LimitExceededFault}
|
91
|
+
# * {NumberOfNodesPerClusterLimitExceededFault}
|
92
|
+
# * {NumberOfNodesQuotaExceededFault}
|
93
|
+
# * {ReservedNodeAlreadyExistsFault}
|
94
|
+
# * {ReservedNodeAlreadyMigratedFault}
|
95
|
+
# * {ReservedNodeNotFoundFault}
|
96
|
+
# * {ReservedNodeOfferingNotFoundFault}
|
97
|
+
# * {ReservedNodeQuotaExceededFault}
|
98
|
+
# * {ResizeNotFoundFault}
|
99
|
+
# * {ResourceNotFoundFault}
|
100
|
+
# * {SNSInvalidTopicFault}
|
101
|
+
# * {SNSNoAuthorizationFault}
|
102
|
+
# * {SNSTopicArnNotFoundFault}
|
103
|
+
# * {ScheduleDefinitionTypeUnsupportedFault}
|
104
|
+
# * {ScheduledActionAlreadyExistsFault}
|
105
|
+
# * {ScheduledActionNotFoundFault}
|
106
|
+
# * {ScheduledActionQuotaExceededFault}
|
107
|
+
# * {ScheduledActionTypeUnsupportedFault}
|
108
|
+
# * {SnapshotCopyAlreadyDisabledFault}
|
109
|
+
# * {SnapshotCopyAlreadyEnabledFault}
|
110
|
+
# * {SnapshotCopyDisabledFault}
|
111
|
+
# * {SnapshotCopyGrantAlreadyExistsFault}
|
112
|
+
# * {SnapshotCopyGrantNotFoundFault}
|
113
|
+
# * {SnapshotCopyGrantQuotaExceededFault}
|
114
|
+
# * {SnapshotScheduleAlreadyExistsFault}
|
115
|
+
# * {SnapshotScheduleNotFoundFault}
|
116
|
+
# * {SnapshotScheduleQuotaExceededFault}
|
117
|
+
# * {SnapshotScheduleUpdateInProgressFault}
|
118
|
+
# * {SourceNotFoundFault}
|
119
|
+
# * {SubnetAlreadyInUse}
|
120
|
+
# * {SubscriptionAlreadyExistFault}
|
121
|
+
# * {SubscriptionCategoryNotFoundFault}
|
122
|
+
# * {SubscriptionEventIdNotFoundFault}
|
123
|
+
# * {SubscriptionNotFoundFault}
|
124
|
+
# * {SubscriptionSeverityNotFoundFault}
|
125
|
+
# * {TableLimitExceededFault}
|
126
|
+
# * {TableRestoreNotFoundFault}
|
127
|
+
# * {TagLimitExceededFault}
|
128
|
+
# * {UnauthorizedOperation}
|
129
|
+
# * {UnknownSnapshotCopyRegionFault}
|
130
|
+
# * {UnsupportedOperationFault}
|
131
|
+
# * {UnsupportedOptionFault}
|
132
|
+
#
|
133
|
+
# Additionally, error classes are dynamically generated for service errors based on the error code
|
134
|
+
# if they are not defined above.
|
9
135
|
module Errors
|
10
136
|
|
11
137
|
extend Aws::Errors::DynamicErrors
|
12
138
|
|
139
|
+
class AccessToSnapshotDeniedFault < ServiceError
|
140
|
+
|
141
|
+
# @param [Seahorse::Client::RequestContext] context
|
142
|
+
# @param [String] message
|
143
|
+
# @param [Aws::Redshift::Types::AccessToSnapshotDeniedFault] data
|
144
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
145
|
+
super(context, message, data)
|
146
|
+
end
|
147
|
+
end
|
148
|
+
|
149
|
+
class AuthorizationAlreadyExistsFault < ServiceError
|
150
|
+
|
151
|
+
# @param [Seahorse::Client::RequestContext] context
|
152
|
+
# @param [String] message
|
153
|
+
# @param [Aws::Redshift::Types::AuthorizationAlreadyExistsFault] data
|
154
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
155
|
+
super(context, message, data)
|
156
|
+
end
|
157
|
+
end
|
158
|
+
|
159
|
+
class AuthorizationNotFoundFault < ServiceError
|
160
|
+
|
161
|
+
# @param [Seahorse::Client::RequestContext] context
|
162
|
+
# @param [String] message
|
163
|
+
# @param [Aws::Redshift::Types::AuthorizationNotFoundFault] data
|
164
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
165
|
+
super(context, message, data)
|
166
|
+
end
|
167
|
+
end
|
168
|
+
|
169
|
+
class AuthorizationQuotaExceededFault < ServiceError
|
170
|
+
|
171
|
+
# @param [Seahorse::Client::RequestContext] context
|
172
|
+
# @param [String] message
|
173
|
+
# @param [Aws::Redshift::Types::AuthorizationQuotaExceededFault] data
|
174
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
175
|
+
super(context, message, data)
|
176
|
+
end
|
177
|
+
end
|
178
|
+
|
179
|
+
class BatchDeleteRequestSizeExceededFault < ServiceError
|
180
|
+
|
181
|
+
# @param [Seahorse::Client::RequestContext] context
|
182
|
+
# @param [String] message
|
183
|
+
# @param [Aws::Redshift::Types::BatchDeleteRequestSizeExceededFault] data
|
184
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
185
|
+
super(context, message, data)
|
186
|
+
end
|
187
|
+
end
|
188
|
+
|
189
|
+
class BatchModifyClusterSnapshotsLimitExceededFault < ServiceError
|
190
|
+
|
191
|
+
# @param [Seahorse::Client::RequestContext] context
|
192
|
+
# @param [String] message
|
193
|
+
# @param [Aws::Redshift::Types::BatchModifyClusterSnapshotsLimitExceededFault] data
|
194
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
195
|
+
super(context, message, data)
|
196
|
+
end
|
197
|
+
end
|
198
|
+
|
199
|
+
class BucketNotFoundFault < ServiceError
|
200
|
+
|
201
|
+
# @param [Seahorse::Client::RequestContext] context
|
202
|
+
# @param [String] message
|
203
|
+
# @param [Aws::Redshift::Types::BucketNotFoundFault] data
|
204
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
205
|
+
super(context, message, data)
|
206
|
+
end
|
207
|
+
end
|
208
|
+
|
209
|
+
class ClusterAlreadyExistsFault < ServiceError
|
210
|
+
|
211
|
+
# @param [Seahorse::Client::RequestContext] context
|
212
|
+
# @param [String] message
|
213
|
+
# @param [Aws::Redshift::Types::ClusterAlreadyExistsFault] data
|
214
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
215
|
+
super(context, message, data)
|
216
|
+
end
|
217
|
+
end
|
218
|
+
|
219
|
+
class ClusterNotFoundFault < ServiceError
|
220
|
+
|
221
|
+
# @param [Seahorse::Client::RequestContext] context
|
222
|
+
# @param [String] message
|
223
|
+
# @param [Aws::Redshift::Types::ClusterNotFoundFault] data
|
224
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
225
|
+
super(context, message, data)
|
226
|
+
end
|
227
|
+
end
|
228
|
+
|
229
|
+
class ClusterOnLatestRevisionFault < ServiceError
|
230
|
+
|
231
|
+
# @param [Seahorse::Client::RequestContext] context
|
232
|
+
# @param [String] message
|
233
|
+
# @param [Aws::Redshift::Types::ClusterOnLatestRevisionFault] data
|
234
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
235
|
+
super(context, message, data)
|
236
|
+
end
|
237
|
+
end
|
238
|
+
|
239
|
+
class ClusterParameterGroupAlreadyExistsFault < ServiceError
|
240
|
+
|
241
|
+
# @param [Seahorse::Client::RequestContext] context
|
242
|
+
# @param [String] message
|
243
|
+
# @param [Aws::Redshift::Types::ClusterParameterGroupAlreadyExistsFault] data
|
244
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
245
|
+
super(context, message, data)
|
246
|
+
end
|
247
|
+
end
|
248
|
+
|
249
|
+
class ClusterParameterGroupNotFoundFault < ServiceError
|
250
|
+
|
251
|
+
# @param [Seahorse::Client::RequestContext] context
|
252
|
+
# @param [String] message
|
253
|
+
# @param [Aws::Redshift::Types::ClusterParameterGroupNotFoundFault] data
|
254
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
255
|
+
super(context, message, data)
|
256
|
+
end
|
257
|
+
end
|
258
|
+
|
259
|
+
class ClusterParameterGroupQuotaExceededFault < ServiceError
|
260
|
+
|
261
|
+
# @param [Seahorse::Client::RequestContext] context
|
262
|
+
# @param [String] message
|
263
|
+
# @param [Aws::Redshift::Types::ClusterParameterGroupQuotaExceededFault] data
|
264
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
265
|
+
super(context, message, data)
|
266
|
+
end
|
267
|
+
end
|
268
|
+
|
269
|
+
class ClusterQuotaExceededFault < ServiceError
|
270
|
+
|
271
|
+
# @param [Seahorse::Client::RequestContext] context
|
272
|
+
# @param [String] message
|
273
|
+
# @param [Aws::Redshift::Types::ClusterQuotaExceededFault] data
|
274
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
275
|
+
super(context, message, data)
|
276
|
+
end
|
277
|
+
end
|
278
|
+
|
279
|
+
class ClusterSecurityGroupAlreadyExistsFault < ServiceError
|
280
|
+
|
281
|
+
# @param [Seahorse::Client::RequestContext] context
|
282
|
+
# @param [String] message
|
283
|
+
# @param [Aws::Redshift::Types::ClusterSecurityGroupAlreadyExistsFault] data
|
284
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
285
|
+
super(context, message, data)
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
class ClusterSecurityGroupNotFoundFault < ServiceError
|
290
|
+
|
291
|
+
# @param [Seahorse::Client::RequestContext] context
|
292
|
+
# @param [String] message
|
293
|
+
# @param [Aws::Redshift::Types::ClusterSecurityGroupNotFoundFault] data
|
294
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
295
|
+
super(context, message, data)
|
296
|
+
end
|
297
|
+
end
|
298
|
+
|
299
|
+
class ClusterSecurityGroupQuotaExceededFault < ServiceError
|
300
|
+
|
301
|
+
# @param [Seahorse::Client::RequestContext] context
|
302
|
+
# @param [String] message
|
303
|
+
# @param [Aws::Redshift::Types::ClusterSecurityGroupQuotaExceededFault] data
|
304
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
305
|
+
super(context, message, data)
|
306
|
+
end
|
307
|
+
end
|
308
|
+
|
309
|
+
class ClusterSnapshotAlreadyExistsFault < ServiceError
|
310
|
+
|
311
|
+
# @param [Seahorse::Client::RequestContext] context
|
312
|
+
# @param [String] message
|
313
|
+
# @param [Aws::Redshift::Types::ClusterSnapshotAlreadyExistsFault] data
|
314
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
315
|
+
super(context, message, data)
|
316
|
+
end
|
317
|
+
end
|
318
|
+
|
319
|
+
class ClusterSnapshotNotFoundFault < ServiceError
|
320
|
+
|
321
|
+
# @param [Seahorse::Client::RequestContext] context
|
322
|
+
# @param [String] message
|
323
|
+
# @param [Aws::Redshift::Types::ClusterSnapshotNotFoundFault] data
|
324
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
325
|
+
super(context, message, data)
|
326
|
+
end
|
327
|
+
end
|
328
|
+
|
329
|
+
class ClusterSnapshotQuotaExceededFault < ServiceError
|
330
|
+
|
331
|
+
# @param [Seahorse::Client::RequestContext] context
|
332
|
+
# @param [String] message
|
333
|
+
# @param [Aws::Redshift::Types::ClusterSnapshotQuotaExceededFault] data
|
334
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
335
|
+
super(context, message, data)
|
336
|
+
end
|
337
|
+
end
|
338
|
+
|
339
|
+
class ClusterSubnetGroupAlreadyExistsFault < ServiceError
|
340
|
+
|
341
|
+
# @param [Seahorse::Client::RequestContext] context
|
342
|
+
# @param [String] message
|
343
|
+
# @param [Aws::Redshift::Types::ClusterSubnetGroupAlreadyExistsFault] data
|
344
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
345
|
+
super(context, message, data)
|
346
|
+
end
|
347
|
+
end
|
348
|
+
|
349
|
+
class ClusterSubnetGroupNotFoundFault < ServiceError
|
350
|
+
|
351
|
+
# @param [Seahorse::Client::RequestContext] context
|
352
|
+
# @param [String] message
|
353
|
+
# @param [Aws::Redshift::Types::ClusterSubnetGroupNotFoundFault] data
|
354
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
355
|
+
super(context, message, data)
|
356
|
+
end
|
357
|
+
end
|
358
|
+
|
359
|
+
class ClusterSubnetGroupQuotaExceededFault < ServiceError
|
360
|
+
|
361
|
+
# @param [Seahorse::Client::RequestContext] context
|
362
|
+
# @param [String] message
|
363
|
+
# @param [Aws::Redshift::Types::ClusterSubnetGroupQuotaExceededFault] data
|
364
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
365
|
+
super(context, message, data)
|
366
|
+
end
|
367
|
+
end
|
368
|
+
|
369
|
+
class ClusterSubnetQuotaExceededFault < ServiceError
|
370
|
+
|
371
|
+
# @param [Seahorse::Client::RequestContext] context
|
372
|
+
# @param [String] message
|
373
|
+
# @param [Aws::Redshift::Types::ClusterSubnetQuotaExceededFault] data
|
374
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
375
|
+
super(context, message, data)
|
376
|
+
end
|
377
|
+
end
|
378
|
+
|
379
|
+
class CopyToRegionDisabledFault < ServiceError
|
380
|
+
|
381
|
+
# @param [Seahorse::Client::RequestContext] context
|
382
|
+
# @param [String] message
|
383
|
+
# @param [Aws::Redshift::Types::CopyToRegionDisabledFault] data
|
384
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
385
|
+
super(context, message, data)
|
386
|
+
end
|
387
|
+
end
|
388
|
+
|
389
|
+
class DependentServiceRequestThrottlingFault < ServiceError
|
390
|
+
|
391
|
+
# @param [Seahorse::Client::RequestContext] context
|
392
|
+
# @param [String] message
|
393
|
+
# @param [Aws::Redshift::Types::DependentServiceRequestThrottlingFault] data
|
394
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
395
|
+
super(context, message, data)
|
396
|
+
end
|
397
|
+
end
|
398
|
+
|
399
|
+
class DependentServiceUnavailableFault < ServiceError
|
400
|
+
|
401
|
+
# @param [Seahorse::Client::RequestContext] context
|
402
|
+
# @param [String] message
|
403
|
+
# @param [Aws::Redshift::Types::DependentServiceUnavailableFault] data
|
404
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
405
|
+
super(context, message, data)
|
406
|
+
end
|
407
|
+
end
|
408
|
+
|
409
|
+
class EventSubscriptionQuotaExceededFault < ServiceError
|
410
|
+
|
411
|
+
# @param [Seahorse::Client::RequestContext] context
|
412
|
+
# @param [String] message
|
413
|
+
# @param [Aws::Redshift::Types::EventSubscriptionQuotaExceededFault] data
|
414
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
415
|
+
super(context, message, data)
|
416
|
+
end
|
417
|
+
end
|
418
|
+
|
419
|
+
class HsmClientCertificateAlreadyExistsFault < ServiceError
|
420
|
+
|
421
|
+
# @param [Seahorse::Client::RequestContext] context
|
422
|
+
# @param [String] message
|
423
|
+
# @param [Aws::Redshift::Types::HsmClientCertificateAlreadyExistsFault] data
|
424
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
425
|
+
super(context, message, data)
|
426
|
+
end
|
427
|
+
end
|
428
|
+
|
429
|
+
class HsmClientCertificateNotFoundFault < ServiceError
|
430
|
+
|
431
|
+
# @param [Seahorse::Client::RequestContext] context
|
432
|
+
# @param [String] message
|
433
|
+
# @param [Aws::Redshift::Types::HsmClientCertificateNotFoundFault] data
|
434
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
435
|
+
super(context, message, data)
|
436
|
+
end
|
437
|
+
end
|
438
|
+
|
439
|
+
class HsmClientCertificateQuotaExceededFault < ServiceError
|
440
|
+
|
441
|
+
# @param [Seahorse::Client::RequestContext] context
|
442
|
+
# @param [String] message
|
443
|
+
# @param [Aws::Redshift::Types::HsmClientCertificateQuotaExceededFault] data
|
444
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
445
|
+
super(context, message, data)
|
446
|
+
end
|
447
|
+
end
|
448
|
+
|
449
|
+
class HsmConfigurationAlreadyExistsFault < ServiceError
|
450
|
+
|
451
|
+
# @param [Seahorse::Client::RequestContext] context
|
452
|
+
# @param [String] message
|
453
|
+
# @param [Aws::Redshift::Types::HsmConfigurationAlreadyExistsFault] data
|
454
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
455
|
+
super(context, message, data)
|
456
|
+
end
|
457
|
+
end
|
458
|
+
|
459
|
+
class HsmConfigurationNotFoundFault < ServiceError
|
460
|
+
|
461
|
+
# @param [Seahorse::Client::RequestContext] context
|
462
|
+
# @param [String] message
|
463
|
+
# @param [Aws::Redshift::Types::HsmConfigurationNotFoundFault] data
|
464
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
465
|
+
super(context, message, data)
|
466
|
+
end
|
467
|
+
end
|
468
|
+
|
469
|
+
class HsmConfigurationQuotaExceededFault < ServiceError
|
470
|
+
|
471
|
+
# @param [Seahorse::Client::RequestContext] context
|
472
|
+
# @param [String] message
|
473
|
+
# @param [Aws::Redshift::Types::HsmConfigurationQuotaExceededFault] data
|
474
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
475
|
+
super(context, message, data)
|
476
|
+
end
|
477
|
+
end
|
478
|
+
|
479
|
+
class InProgressTableRestoreQuotaExceededFault < ServiceError
|
480
|
+
|
481
|
+
# @param [Seahorse::Client::RequestContext] context
|
482
|
+
# @param [String] message
|
483
|
+
# @param [Aws::Redshift::Types::InProgressTableRestoreQuotaExceededFault] data
|
484
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
485
|
+
super(context, message, data)
|
486
|
+
end
|
487
|
+
end
|
488
|
+
|
489
|
+
class IncompatibleOrderableOptions < ServiceError
|
490
|
+
|
491
|
+
# @param [Seahorse::Client::RequestContext] context
|
492
|
+
# @param [String] message
|
493
|
+
# @param [Aws::Redshift::Types::IncompatibleOrderableOptions] data
|
494
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
495
|
+
super(context, message, data)
|
496
|
+
end
|
497
|
+
end
|
498
|
+
|
499
|
+
class InsufficientClusterCapacityFault < ServiceError
|
500
|
+
|
501
|
+
# @param [Seahorse::Client::RequestContext] context
|
502
|
+
# @param [String] message
|
503
|
+
# @param [Aws::Redshift::Types::InsufficientClusterCapacityFault] data
|
504
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
505
|
+
super(context, message, data)
|
506
|
+
end
|
507
|
+
end
|
508
|
+
|
509
|
+
class InsufficientS3BucketPolicyFault < ServiceError
|
510
|
+
|
511
|
+
# @param [Seahorse::Client::RequestContext] context
|
512
|
+
# @param [String] message
|
513
|
+
# @param [Aws::Redshift::Types::InsufficientS3BucketPolicyFault] data
|
514
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
515
|
+
super(context, message, data)
|
516
|
+
end
|
517
|
+
end
|
518
|
+
|
519
|
+
class InvalidClusterParameterGroupStateFault < ServiceError
|
520
|
+
|
521
|
+
# @param [Seahorse::Client::RequestContext] context
|
522
|
+
# @param [String] message
|
523
|
+
# @param [Aws::Redshift::Types::InvalidClusterParameterGroupStateFault] data
|
524
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
525
|
+
super(context, message, data)
|
526
|
+
end
|
527
|
+
end
|
528
|
+
|
529
|
+
class InvalidClusterSecurityGroupStateFault < ServiceError
|
530
|
+
|
531
|
+
# @param [Seahorse::Client::RequestContext] context
|
532
|
+
# @param [String] message
|
533
|
+
# @param [Aws::Redshift::Types::InvalidClusterSecurityGroupStateFault] data
|
534
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
535
|
+
super(context, message, data)
|
536
|
+
end
|
537
|
+
end
|
538
|
+
|
539
|
+
class InvalidClusterSnapshotScheduleStateFault < ServiceError
|
540
|
+
|
541
|
+
# @param [Seahorse::Client::RequestContext] context
|
542
|
+
# @param [String] message
|
543
|
+
# @param [Aws::Redshift::Types::InvalidClusterSnapshotScheduleStateFault] data
|
544
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
545
|
+
super(context, message, data)
|
546
|
+
end
|
547
|
+
end
|
548
|
+
|
549
|
+
class InvalidClusterSnapshotStateFault < ServiceError
|
550
|
+
|
551
|
+
# @param [Seahorse::Client::RequestContext] context
|
552
|
+
# @param [String] message
|
553
|
+
# @param [Aws::Redshift::Types::InvalidClusterSnapshotStateFault] data
|
554
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
555
|
+
super(context, message, data)
|
556
|
+
end
|
557
|
+
end
|
558
|
+
|
559
|
+
class InvalidClusterStateFault < ServiceError
|
560
|
+
|
561
|
+
# @param [Seahorse::Client::RequestContext] context
|
562
|
+
# @param [String] message
|
563
|
+
# @param [Aws::Redshift::Types::InvalidClusterStateFault] data
|
564
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
565
|
+
super(context, message, data)
|
566
|
+
end
|
567
|
+
end
|
568
|
+
|
569
|
+
class InvalidClusterSubnetGroupStateFault < ServiceError
|
570
|
+
|
571
|
+
# @param [Seahorse::Client::RequestContext] context
|
572
|
+
# @param [String] message
|
573
|
+
# @param [Aws::Redshift::Types::InvalidClusterSubnetGroupStateFault] data
|
574
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
575
|
+
super(context, message, data)
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
579
|
+
class InvalidClusterSubnetStateFault < ServiceError
|
580
|
+
|
581
|
+
# @param [Seahorse::Client::RequestContext] context
|
582
|
+
# @param [String] message
|
583
|
+
# @param [Aws::Redshift::Types::InvalidClusterSubnetStateFault] data
|
584
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
585
|
+
super(context, message, data)
|
586
|
+
end
|
587
|
+
end
|
588
|
+
|
589
|
+
class InvalidClusterTrackFault < ServiceError
|
590
|
+
|
591
|
+
# @param [Seahorse::Client::RequestContext] context
|
592
|
+
# @param [String] message
|
593
|
+
# @param [Aws::Redshift::Types::InvalidClusterTrackFault] data
|
594
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
595
|
+
super(context, message, data)
|
596
|
+
end
|
597
|
+
end
|
598
|
+
|
599
|
+
class InvalidElasticIpFault < ServiceError
|
600
|
+
|
601
|
+
# @param [Seahorse::Client::RequestContext] context
|
602
|
+
# @param [String] message
|
603
|
+
# @param [Aws::Redshift::Types::InvalidElasticIpFault] data
|
604
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
605
|
+
super(context, message, data)
|
606
|
+
end
|
607
|
+
end
|
608
|
+
|
609
|
+
class InvalidHsmClientCertificateStateFault < ServiceError
|
610
|
+
|
611
|
+
# @param [Seahorse::Client::RequestContext] context
|
612
|
+
# @param [String] message
|
613
|
+
# @param [Aws::Redshift::Types::InvalidHsmClientCertificateStateFault] data
|
614
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
615
|
+
super(context, message, data)
|
616
|
+
end
|
617
|
+
end
|
618
|
+
|
619
|
+
class InvalidHsmConfigurationStateFault < ServiceError
|
620
|
+
|
621
|
+
# @param [Seahorse::Client::RequestContext] context
|
622
|
+
# @param [String] message
|
623
|
+
# @param [Aws::Redshift::Types::InvalidHsmConfigurationStateFault] data
|
624
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
625
|
+
super(context, message, data)
|
626
|
+
end
|
627
|
+
end
|
628
|
+
|
629
|
+
class InvalidReservedNodeStateFault < ServiceError
|
630
|
+
|
631
|
+
# @param [Seahorse::Client::RequestContext] context
|
632
|
+
# @param [String] message
|
633
|
+
# @param [Aws::Redshift::Types::InvalidReservedNodeStateFault] data
|
634
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
635
|
+
super(context, message, data)
|
636
|
+
end
|
637
|
+
end
|
638
|
+
|
639
|
+
class InvalidRestoreFault < ServiceError
|
640
|
+
|
641
|
+
# @param [Seahorse::Client::RequestContext] context
|
642
|
+
# @param [String] message
|
643
|
+
# @param [Aws::Redshift::Types::InvalidRestoreFault] data
|
644
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
645
|
+
super(context, message, data)
|
646
|
+
end
|
647
|
+
end
|
648
|
+
|
649
|
+
class InvalidRetentionPeriodFault < ServiceError
|
650
|
+
|
651
|
+
# @param [Seahorse::Client::RequestContext] context
|
652
|
+
# @param [String] message
|
653
|
+
# @param [Aws::Redshift::Types::InvalidRetentionPeriodFault] data
|
654
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
655
|
+
super(context, message, data)
|
656
|
+
end
|
657
|
+
end
|
658
|
+
|
659
|
+
class InvalidS3BucketNameFault < ServiceError
|
660
|
+
|
661
|
+
# @param [Seahorse::Client::RequestContext] context
|
662
|
+
# @param [String] message
|
663
|
+
# @param [Aws::Redshift::Types::InvalidS3BucketNameFault] data
|
664
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
665
|
+
super(context, message, data)
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class InvalidS3KeyPrefixFault < ServiceError
|
670
|
+
|
671
|
+
# @param [Seahorse::Client::RequestContext] context
|
672
|
+
# @param [String] message
|
673
|
+
# @param [Aws::Redshift::Types::InvalidS3KeyPrefixFault] data
|
674
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
675
|
+
super(context, message, data)
|
676
|
+
end
|
677
|
+
end
|
678
|
+
|
679
|
+
class InvalidScheduleFault < ServiceError
|
680
|
+
|
681
|
+
# @param [Seahorse::Client::RequestContext] context
|
682
|
+
# @param [String] message
|
683
|
+
# @param [Aws::Redshift::Types::InvalidScheduleFault] data
|
684
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
685
|
+
super(context, message, data)
|
686
|
+
end
|
687
|
+
end
|
688
|
+
|
689
|
+
class InvalidScheduledActionFault < ServiceError
|
690
|
+
|
691
|
+
# @param [Seahorse::Client::RequestContext] context
|
692
|
+
# @param [String] message
|
693
|
+
# @param [Aws::Redshift::Types::InvalidScheduledActionFault] data
|
694
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
695
|
+
super(context, message, data)
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
699
|
+
class InvalidSnapshotCopyGrantStateFault < ServiceError
|
700
|
+
|
701
|
+
# @param [Seahorse::Client::RequestContext] context
|
702
|
+
# @param [String] message
|
703
|
+
# @param [Aws::Redshift::Types::InvalidSnapshotCopyGrantStateFault] data
|
704
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
705
|
+
super(context, message, data)
|
706
|
+
end
|
707
|
+
end
|
708
|
+
|
709
|
+
class InvalidSubnet < ServiceError
|
710
|
+
|
711
|
+
# @param [Seahorse::Client::RequestContext] context
|
712
|
+
# @param [String] message
|
713
|
+
# @param [Aws::Redshift::Types::InvalidSubnet] data
|
714
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
715
|
+
super(context, message, data)
|
716
|
+
end
|
717
|
+
end
|
718
|
+
|
719
|
+
class InvalidSubscriptionStateFault < ServiceError
|
720
|
+
|
721
|
+
# @param [Seahorse::Client::RequestContext] context
|
722
|
+
# @param [String] message
|
723
|
+
# @param [Aws::Redshift::Types::InvalidSubscriptionStateFault] data
|
724
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
725
|
+
super(context, message, data)
|
726
|
+
end
|
727
|
+
end
|
728
|
+
|
729
|
+
class InvalidTableRestoreArgumentFault < ServiceError
|
730
|
+
|
731
|
+
# @param [Seahorse::Client::RequestContext] context
|
732
|
+
# @param [String] message
|
733
|
+
# @param [Aws::Redshift::Types::InvalidTableRestoreArgumentFault] data
|
734
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
735
|
+
super(context, message, data)
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class InvalidTagFault < ServiceError
|
740
|
+
|
741
|
+
# @param [Seahorse::Client::RequestContext] context
|
742
|
+
# @param [String] message
|
743
|
+
# @param [Aws::Redshift::Types::InvalidTagFault] data
|
744
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
745
|
+
super(context, message, data)
|
746
|
+
end
|
747
|
+
end
|
748
|
+
|
749
|
+
class InvalidVPCNetworkStateFault < ServiceError
|
750
|
+
|
751
|
+
# @param [Seahorse::Client::RequestContext] context
|
752
|
+
# @param [String] message
|
753
|
+
# @param [Aws::Redshift::Types::InvalidVPCNetworkStateFault] data
|
754
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
755
|
+
super(context, message, data)
|
756
|
+
end
|
757
|
+
end
|
758
|
+
|
759
|
+
class LimitExceededFault < ServiceError
|
760
|
+
|
761
|
+
# @param [Seahorse::Client::RequestContext] context
|
762
|
+
# @param [String] message
|
763
|
+
# @param [Aws::Redshift::Types::LimitExceededFault] data
|
764
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
765
|
+
super(context, message, data)
|
766
|
+
end
|
767
|
+
end
|
768
|
+
|
769
|
+
class NumberOfNodesPerClusterLimitExceededFault < ServiceError
|
770
|
+
|
771
|
+
# @param [Seahorse::Client::RequestContext] context
|
772
|
+
# @param [String] message
|
773
|
+
# @param [Aws::Redshift::Types::NumberOfNodesPerClusterLimitExceededFault] data
|
774
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
775
|
+
super(context, message, data)
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class NumberOfNodesQuotaExceededFault < ServiceError
|
780
|
+
|
781
|
+
# @param [Seahorse::Client::RequestContext] context
|
782
|
+
# @param [String] message
|
783
|
+
# @param [Aws::Redshift::Types::NumberOfNodesQuotaExceededFault] data
|
784
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
785
|
+
super(context, message, data)
|
786
|
+
end
|
787
|
+
end
|
788
|
+
|
789
|
+
class ReservedNodeAlreadyExistsFault < ServiceError
|
790
|
+
|
791
|
+
# @param [Seahorse::Client::RequestContext] context
|
792
|
+
# @param [String] message
|
793
|
+
# @param [Aws::Redshift::Types::ReservedNodeAlreadyExistsFault] data
|
794
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
795
|
+
super(context, message, data)
|
796
|
+
end
|
797
|
+
end
|
798
|
+
|
799
|
+
class ReservedNodeAlreadyMigratedFault < ServiceError
|
800
|
+
|
801
|
+
# @param [Seahorse::Client::RequestContext] context
|
802
|
+
# @param [String] message
|
803
|
+
# @param [Aws::Redshift::Types::ReservedNodeAlreadyMigratedFault] data
|
804
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
805
|
+
super(context, message, data)
|
806
|
+
end
|
807
|
+
end
|
808
|
+
|
809
|
+
class ReservedNodeNotFoundFault < ServiceError
|
810
|
+
|
811
|
+
# @param [Seahorse::Client::RequestContext] context
|
812
|
+
# @param [String] message
|
813
|
+
# @param [Aws::Redshift::Types::ReservedNodeNotFoundFault] data
|
814
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
815
|
+
super(context, message, data)
|
816
|
+
end
|
817
|
+
end
|
818
|
+
|
819
|
+
class ReservedNodeOfferingNotFoundFault < ServiceError
|
820
|
+
|
821
|
+
# @param [Seahorse::Client::RequestContext] context
|
822
|
+
# @param [String] message
|
823
|
+
# @param [Aws::Redshift::Types::ReservedNodeOfferingNotFoundFault] data
|
824
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
825
|
+
super(context, message, data)
|
826
|
+
end
|
827
|
+
end
|
828
|
+
|
829
|
+
class ReservedNodeQuotaExceededFault < ServiceError
|
830
|
+
|
831
|
+
# @param [Seahorse::Client::RequestContext] context
|
832
|
+
# @param [String] message
|
833
|
+
# @param [Aws::Redshift::Types::ReservedNodeQuotaExceededFault] data
|
834
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
835
|
+
super(context, message, data)
|
836
|
+
end
|
837
|
+
end
|
838
|
+
|
839
|
+
class ResizeNotFoundFault < ServiceError
|
840
|
+
|
841
|
+
# @param [Seahorse::Client::RequestContext] context
|
842
|
+
# @param [String] message
|
843
|
+
# @param [Aws::Redshift::Types::ResizeNotFoundFault] data
|
844
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
845
|
+
super(context, message, data)
|
846
|
+
end
|
847
|
+
end
|
848
|
+
|
849
|
+
class ResourceNotFoundFault < ServiceError
|
850
|
+
|
851
|
+
# @param [Seahorse::Client::RequestContext] context
|
852
|
+
# @param [String] message
|
853
|
+
# @param [Aws::Redshift::Types::ResourceNotFoundFault] data
|
854
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
855
|
+
super(context, message, data)
|
856
|
+
end
|
857
|
+
end
|
858
|
+
|
859
|
+
class SNSInvalidTopicFault < ServiceError
|
860
|
+
|
861
|
+
# @param [Seahorse::Client::RequestContext] context
|
862
|
+
# @param [String] message
|
863
|
+
# @param [Aws::Redshift::Types::SNSInvalidTopicFault] data
|
864
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
865
|
+
super(context, message, data)
|
866
|
+
end
|
867
|
+
end
|
868
|
+
|
869
|
+
class SNSNoAuthorizationFault < ServiceError
|
870
|
+
|
871
|
+
# @param [Seahorse::Client::RequestContext] context
|
872
|
+
# @param [String] message
|
873
|
+
# @param [Aws::Redshift::Types::SNSNoAuthorizationFault] data
|
874
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
875
|
+
super(context, message, data)
|
876
|
+
end
|
877
|
+
end
|
878
|
+
|
879
|
+
class SNSTopicArnNotFoundFault < ServiceError
|
880
|
+
|
881
|
+
# @param [Seahorse::Client::RequestContext] context
|
882
|
+
# @param [String] message
|
883
|
+
# @param [Aws::Redshift::Types::SNSTopicArnNotFoundFault] data
|
884
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
885
|
+
super(context, message, data)
|
886
|
+
end
|
887
|
+
end
|
888
|
+
|
889
|
+
class ScheduleDefinitionTypeUnsupportedFault < ServiceError
|
890
|
+
|
891
|
+
# @param [Seahorse::Client::RequestContext] context
|
892
|
+
# @param [String] message
|
893
|
+
# @param [Aws::Redshift::Types::ScheduleDefinitionTypeUnsupportedFault] data
|
894
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
895
|
+
super(context, message, data)
|
896
|
+
end
|
897
|
+
end
|
898
|
+
|
899
|
+
class ScheduledActionAlreadyExistsFault < ServiceError
|
900
|
+
|
901
|
+
# @param [Seahorse::Client::RequestContext] context
|
902
|
+
# @param [String] message
|
903
|
+
# @param [Aws::Redshift::Types::ScheduledActionAlreadyExistsFault] data
|
904
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
905
|
+
super(context, message, data)
|
906
|
+
end
|
907
|
+
end
|
908
|
+
|
909
|
+
class ScheduledActionNotFoundFault < ServiceError
|
910
|
+
|
911
|
+
# @param [Seahorse::Client::RequestContext] context
|
912
|
+
# @param [String] message
|
913
|
+
# @param [Aws::Redshift::Types::ScheduledActionNotFoundFault] data
|
914
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
915
|
+
super(context, message, data)
|
916
|
+
end
|
917
|
+
end
|
918
|
+
|
919
|
+
class ScheduledActionQuotaExceededFault < ServiceError
|
920
|
+
|
921
|
+
# @param [Seahorse::Client::RequestContext] context
|
922
|
+
# @param [String] message
|
923
|
+
# @param [Aws::Redshift::Types::ScheduledActionQuotaExceededFault] data
|
924
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
925
|
+
super(context, message, data)
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
class ScheduledActionTypeUnsupportedFault < ServiceError
|
930
|
+
|
931
|
+
# @param [Seahorse::Client::RequestContext] context
|
932
|
+
# @param [String] message
|
933
|
+
# @param [Aws::Redshift::Types::ScheduledActionTypeUnsupportedFault] data
|
934
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
935
|
+
super(context, message, data)
|
936
|
+
end
|
937
|
+
end
|
938
|
+
|
939
|
+
class SnapshotCopyAlreadyDisabledFault < ServiceError
|
940
|
+
|
941
|
+
# @param [Seahorse::Client::RequestContext] context
|
942
|
+
# @param [String] message
|
943
|
+
# @param [Aws::Redshift::Types::SnapshotCopyAlreadyDisabledFault] data
|
944
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
945
|
+
super(context, message, data)
|
946
|
+
end
|
947
|
+
end
|
948
|
+
|
949
|
+
class SnapshotCopyAlreadyEnabledFault < ServiceError
|
950
|
+
|
951
|
+
# @param [Seahorse::Client::RequestContext] context
|
952
|
+
# @param [String] message
|
953
|
+
# @param [Aws::Redshift::Types::SnapshotCopyAlreadyEnabledFault] data
|
954
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
955
|
+
super(context, message, data)
|
956
|
+
end
|
957
|
+
end
|
958
|
+
|
959
|
+
class SnapshotCopyDisabledFault < ServiceError
|
960
|
+
|
961
|
+
# @param [Seahorse::Client::RequestContext] context
|
962
|
+
# @param [String] message
|
963
|
+
# @param [Aws::Redshift::Types::SnapshotCopyDisabledFault] data
|
964
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
965
|
+
super(context, message, data)
|
966
|
+
end
|
967
|
+
end
|
968
|
+
|
969
|
+
class SnapshotCopyGrantAlreadyExistsFault < ServiceError
|
970
|
+
|
971
|
+
# @param [Seahorse::Client::RequestContext] context
|
972
|
+
# @param [String] message
|
973
|
+
# @param [Aws::Redshift::Types::SnapshotCopyGrantAlreadyExistsFault] data
|
974
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
975
|
+
super(context, message, data)
|
976
|
+
end
|
977
|
+
end
|
978
|
+
|
979
|
+
class SnapshotCopyGrantNotFoundFault < ServiceError
|
980
|
+
|
981
|
+
# @param [Seahorse::Client::RequestContext] context
|
982
|
+
# @param [String] message
|
983
|
+
# @param [Aws::Redshift::Types::SnapshotCopyGrantNotFoundFault] data
|
984
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
985
|
+
super(context, message, data)
|
986
|
+
end
|
987
|
+
end
|
988
|
+
|
989
|
+
class SnapshotCopyGrantQuotaExceededFault < ServiceError
|
990
|
+
|
991
|
+
# @param [Seahorse::Client::RequestContext] context
|
992
|
+
# @param [String] message
|
993
|
+
# @param [Aws::Redshift::Types::SnapshotCopyGrantQuotaExceededFault] data
|
994
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
995
|
+
super(context, message, data)
|
996
|
+
end
|
997
|
+
end
|
998
|
+
|
999
|
+
class SnapshotScheduleAlreadyExistsFault < ServiceError
|
1000
|
+
|
1001
|
+
# @param [Seahorse::Client::RequestContext] context
|
1002
|
+
# @param [String] message
|
1003
|
+
# @param [Aws::Redshift::Types::SnapshotScheduleAlreadyExistsFault] data
|
1004
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1005
|
+
super(context, message, data)
|
1006
|
+
end
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class SnapshotScheduleNotFoundFault < ServiceError
|
1010
|
+
|
1011
|
+
# @param [Seahorse::Client::RequestContext] context
|
1012
|
+
# @param [String] message
|
1013
|
+
# @param [Aws::Redshift::Types::SnapshotScheduleNotFoundFault] data
|
1014
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1015
|
+
super(context, message, data)
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class SnapshotScheduleQuotaExceededFault < ServiceError
|
1020
|
+
|
1021
|
+
# @param [Seahorse::Client::RequestContext] context
|
1022
|
+
# @param [String] message
|
1023
|
+
# @param [Aws::Redshift::Types::SnapshotScheduleQuotaExceededFault] data
|
1024
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1025
|
+
super(context, message, data)
|
1026
|
+
end
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class SnapshotScheduleUpdateInProgressFault < ServiceError
|
1030
|
+
|
1031
|
+
# @param [Seahorse::Client::RequestContext] context
|
1032
|
+
# @param [String] message
|
1033
|
+
# @param [Aws::Redshift::Types::SnapshotScheduleUpdateInProgressFault] data
|
1034
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1035
|
+
super(context, message, data)
|
1036
|
+
end
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class SourceNotFoundFault < ServiceError
|
1040
|
+
|
1041
|
+
# @param [Seahorse::Client::RequestContext] context
|
1042
|
+
# @param [String] message
|
1043
|
+
# @param [Aws::Redshift::Types::SourceNotFoundFault] data
|
1044
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1045
|
+
super(context, message, data)
|
1046
|
+
end
|
1047
|
+
end
|
1048
|
+
|
1049
|
+
class SubnetAlreadyInUse < ServiceError
|
1050
|
+
|
1051
|
+
# @param [Seahorse::Client::RequestContext] context
|
1052
|
+
# @param [String] message
|
1053
|
+
# @param [Aws::Redshift::Types::SubnetAlreadyInUse] data
|
1054
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1055
|
+
super(context, message, data)
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class SubscriptionAlreadyExistFault < ServiceError
|
1060
|
+
|
1061
|
+
# @param [Seahorse::Client::RequestContext] context
|
1062
|
+
# @param [String] message
|
1063
|
+
# @param [Aws::Redshift::Types::SubscriptionAlreadyExistFault] data
|
1064
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1065
|
+
super(context, message, data)
|
1066
|
+
end
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
class SubscriptionCategoryNotFoundFault < ServiceError
|
1070
|
+
|
1071
|
+
# @param [Seahorse::Client::RequestContext] context
|
1072
|
+
# @param [String] message
|
1073
|
+
# @param [Aws::Redshift::Types::SubscriptionCategoryNotFoundFault] data
|
1074
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1075
|
+
super(context, message, data)
|
1076
|
+
end
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class SubscriptionEventIdNotFoundFault < ServiceError
|
1080
|
+
|
1081
|
+
# @param [Seahorse::Client::RequestContext] context
|
1082
|
+
# @param [String] message
|
1083
|
+
# @param [Aws::Redshift::Types::SubscriptionEventIdNotFoundFault] data
|
1084
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1085
|
+
super(context, message, data)
|
1086
|
+
end
|
1087
|
+
end
|
1088
|
+
|
1089
|
+
class SubscriptionNotFoundFault < ServiceError
|
1090
|
+
|
1091
|
+
# @param [Seahorse::Client::RequestContext] context
|
1092
|
+
# @param [String] message
|
1093
|
+
# @param [Aws::Redshift::Types::SubscriptionNotFoundFault] data
|
1094
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1095
|
+
super(context, message, data)
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class SubscriptionSeverityNotFoundFault < ServiceError
|
1100
|
+
|
1101
|
+
# @param [Seahorse::Client::RequestContext] context
|
1102
|
+
# @param [String] message
|
1103
|
+
# @param [Aws::Redshift::Types::SubscriptionSeverityNotFoundFault] data
|
1104
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1105
|
+
super(context, message, data)
|
1106
|
+
end
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
class TableLimitExceededFault < ServiceError
|
1110
|
+
|
1111
|
+
# @param [Seahorse::Client::RequestContext] context
|
1112
|
+
# @param [String] message
|
1113
|
+
# @param [Aws::Redshift::Types::TableLimitExceededFault] data
|
1114
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1115
|
+
super(context, message, data)
|
1116
|
+
end
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
class TableRestoreNotFoundFault < ServiceError
|
1120
|
+
|
1121
|
+
# @param [Seahorse::Client::RequestContext] context
|
1122
|
+
# @param [String] message
|
1123
|
+
# @param [Aws::Redshift::Types::TableRestoreNotFoundFault] data
|
1124
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1125
|
+
super(context, message, data)
|
1126
|
+
end
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class TagLimitExceededFault < ServiceError
|
1130
|
+
|
1131
|
+
# @param [Seahorse::Client::RequestContext] context
|
1132
|
+
# @param [String] message
|
1133
|
+
# @param [Aws::Redshift::Types::TagLimitExceededFault] data
|
1134
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1135
|
+
super(context, message, data)
|
1136
|
+
end
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class UnauthorizedOperation < ServiceError
|
1140
|
+
|
1141
|
+
# @param [Seahorse::Client::RequestContext] context
|
1142
|
+
# @param [String] message
|
1143
|
+
# @param [Aws::Redshift::Types::UnauthorizedOperation] data
|
1144
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1145
|
+
super(context, message, data)
|
1146
|
+
end
|
1147
|
+
end
|
1148
|
+
|
1149
|
+
class UnknownSnapshotCopyRegionFault < ServiceError
|
1150
|
+
|
1151
|
+
# @param [Seahorse::Client::RequestContext] context
|
1152
|
+
# @param [String] message
|
1153
|
+
# @param [Aws::Redshift::Types::UnknownSnapshotCopyRegionFault] data
|
1154
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1155
|
+
super(context, message, data)
|
1156
|
+
end
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class UnsupportedOperationFault < ServiceError
|
1160
|
+
|
1161
|
+
# @param [Seahorse::Client::RequestContext] context
|
1162
|
+
# @param [String] message
|
1163
|
+
# @param [Aws::Redshift::Types::UnsupportedOperationFault] data
|
1164
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1165
|
+
super(context, message, data)
|
1166
|
+
end
|
1167
|
+
end
|
1168
|
+
|
1169
|
+
class UnsupportedOptionFault < ServiceError
|
1170
|
+
|
1171
|
+
# @param [Seahorse::Client::RequestContext] context
|
1172
|
+
# @param [String] message
|
1173
|
+
# @param [Aws::Redshift::Types::UnsupportedOptionFault] data
|
1174
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
1175
|
+
super(context, message, data)
|
1176
|
+
end
|
1177
|
+
end
|
1178
|
+
|
13
1179
|
end
|
14
1180
|
end
|