aws-sdk-rds 1.78.0 → 1.79.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-sdk-rds.rb +7 -4
  3. data/lib/aws-sdk-rds/account_quota.rb +1 -0
  4. data/lib/aws-sdk-rds/certificate.rb +1 -0
  5. data/lib/aws-sdk-rds/client.rb +61 -10
  6. data/lib/aws-sdk-rds/client_api.rb +224 -0
  7. data/lib/aws-sdk-rds/db_cluster.rb +1 -0
  8. data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +1 -0
  9. data/lib/aws-sdk-rds/db_cluster_snapshot.rb +1 -0
  10. data/lib/aws-sdk-rds/db_engine.rb +1 -0
  11. data/lib/aws-sdk-rds/db_engine_version.rb +1 -0
  12. data/lib/aws-sdk-rds/db_instance.rb +1 -0
  13. data/lib/aws-sdk-rds/db_log_file.rb +1 -0
  14. data/lib/aws-sdk-rds/db_parameter_group.rb +1 -0
  15. data/lib/aws-sdk-rds/db_parameter_group_family.rb +1 -0
  16. data/lib/aws-sdk-rds/db_security_group.rb +1 -0
  17. data/lib/aws-sdk-rds/db_snapshot.rb +1 -0
  18. data/lib/aws-sdk-rds/db_snapshot_attribute.rb +1 -0
  19. data/lib/aws-sdk-rds/db_subnet_group.rb +1 -0
  20. data/lib/aws-sdk-rds/errors.rb +1254 -0
  21. data/lib/aws-sdk-rds/event.rb +1 -0
  22. data/lib/aws-sdk-rds/event_category_map.rb +1 -0
  23. data/lib/aws-sdk-rds/event_subscription.rb +1 -0
  24. data/lib/aws-sdk-rds/option_group.rb +1 -0
  25. data/lib/aws-sdk-rds/option_group_option.rb +1 -0
  26. data/lib/aws-sdk-rds/parameter.rb +1 -0
  27. data/lib/aws-sdk-rds/pending_maintenance_action.rb +1 -0
  28. data/lib/aws-sdk-rds/reserved_db_instance.rb +1 -0
  29. data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +1 -0
  30. data/lib/aws-sdk-rds/resource.rb +7 -0
  31. data/lib/aws-sdk-rds/resource_pending_maintenance_action_list.rb +1 -0
  32. data/lib/aws-sdk-rds/types.rb +724 -0
  33. metadata +2 -2
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBCluster
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBClusterParameterGroup
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBClusterSnapshot
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBEngine
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBEngineVersion
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBInstance
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBLogFile
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBParameterGroup
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBParameterGroupFamily
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBSecurityGroup
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBSnapshot
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBSnapshotAttribute
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,6 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
9
10
  class DBSubnetGroup
10
11
 
11
12
  extend Aws::Deprecations
@@ -6,9 +6,1263 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::RDS
9
+
10
+ # When RDS returns an error response, the Ruby SDK constructs and raises an error.
11
+ # These errors all extend Aws::RDS::Errors::ServiceError < {Aws::Errors::ServiceError}
12
+ #
13
+ # You can rescue all RDS errors using ServiceError:
14
+ #
15
+ # begin
16
+ # # do stuff
17
+ # rescue Aws::RDS::Errors::ServiceError
18
+ # # rescues all RDS 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
+ # * {AuthorizationAlreadyExistsFault}
29
+ # * {AuthorizationNotFoundFault}
30
+ # * {AuthorizationQuotaExceededFault}
31
+ # * {BackupPolicyNotFoundFault}
32
+ # * {CertificateNotFoundFault}
33
+ # * {CustomAvailabilityZoneAlreadyExistsFault}
34
+ # * {CustomAvailabilityZoneNotFoundFault}
35
+ # * {CustomAvailabilityZoneQuotaExceededFault}
36
+ # * {DBClusterAlreadyExistsFault}
37
+ # * {DBClusterBacktrackNotFoundFault}
38
+ # * {DBClusterEndpointAlreadyExistsFault}
39
+ # * {DBClusterEndpointNotFoundFault}
40
+ # * {DBClusterEndpointQuotaExceededFault}
41
+ # * {DBClusterNotFoundFault}
42
+ # * {DBClusterParameterGroupNotFoundFault}
43
+ # * {DBClusterQuotaExceededFault}
44
+ # * {DBClusterRoleAlreadyExistsFault}
45
+ # * {DBClusterRoleNotFoundFault}
46
+ # * {DBClusterRoleQuotaExceededFault}
47
+ # * {DBClusterSnapshotAlreadyExistsFault}
48
+ # * {DBClusterSnapshotNotFoundFault}
49
+ # * {DBInstanceAlreadyExistsFault}
50
+ # * {DBInstanceAutomatedBackupNotFoundFault}
51
+ # * {DBInstanceAutomatedBackupQuotaExceededFault}
52
+ # * {DBInstanceNotFoundFault}
53
+ # * {DBInstanceRoleAlreadyExistsFault}
54
+ # * {DBInstanceRoleNotFoundFault}
55
+ # * {DBInstanceRoleQuotaExceededFault}
56
+ # * {DBLogFileNotFoundFault}
57
+ # * {DBParameterGroupAlreadyExistsFault}
58
+ # * {DBParameterGroupNotFoundFault}
59
+ # * {DBParameterGroupQuotaExceededFault}
60
+ # * {DBProxyAlreadyExistsFault}
61
+ # * {DBProxyNotFoundFault}
62
+ # * {DBProxyQuotaExceededFault}
63
+ # * {DBProxyTargetAlreadyRegisteredFault}
64
+ # * {DBProxyTargetGroupNotFoundFault}
65
+ # * {DBProxyTargetNotFoundFault}
66
+ # * {DBSecurityGroupAlreadyExistsFault}
67
+ # * {DBSecurityGroupNotFoundFault}
68
+ # * {DBSecurityGroupNotSupportedFault}
69
+ # * {DBSecurityGroupQuotaExceededFault}
70
+ # * {DBSnapshotAlreadyExistsFault}
71
+ # * {DBSnapshotNotFoundFault}
72
+ # * {DBSubnetGroupAlreadyExistsFault}
73
+ # * {DBSubnetGroupDoesNotCoverEnoughAZs}
74
+ # * {DBSubnetGroupNotAllowedFault}
75
+ # * {DBSubnetGroupNotFoundFault}
76
+ # * {DBSubnetGroupQuotaExceededFault}
77
+ # * {DBSubnetQuotaExceededFault}
78
+ # * {DBUpgradeDependencyFailureFault}
79
+ # * {DomainNotFoundFault}
80
+ # * {EventSubscriptionQuotaExceededFault}
81
+ # * {ExportTaskAlreadyExistsFault}
82
+ # * {ExportTaskNotFoundFault}
83
+ # * {GlobalClusterAlreadyExistsFault}
84
+ # * {GlobalClusterNotFoundFault}
85
+ # * {GlobalClusterQuotaExceededFault}
86
+ # * {IamRoleMissingPermissionsFault}
87
+ # * {IamRoleNotFoundFault}
88
+ # * {InstallationMediaAlreadyExistsFault}
89
+ # * {InstallationMediaNotFoundFault}
90
+ # * {InstanceQuotaExceededFault}
91
+ # * {InsufficientDBClusterCapacityFault}
92
+ # * {InsufficientDBInstanceCapacityFault}
93
+ # * {InsufficientStorageClusterCapacityFault}
94
+ # * {InvalidDBClusterCapacityFault}
95
+ # * {InvalidDBClusterEndpointStateFault}
96
+ # * {InvalidDBClusterSnapshotStateFault}
97
+ # * {InvalidDBClusterStateFault}
98
+ # * {InvalidDBInstanceAutomatedBackupStateFault}
99
+ # * {InvalidDBInstanceStateFault}
100
+ # * {InvalidDBParameterGroupStateFault}
101
+ # * {InvalidDBProxyStateFault}
102
+ # * {InvalidDBSecurityGroupStateFault}
103
+ # * {InvalidDBSnapshotStateFault}
104
+ # * {InvalidDBSubnetGroupFault}
105
+ # * {InvalidDBSubnetGroupStateFault}
106
+ # * {InvalidDBSubnetStateFault}
107
+ # * {InvalidEventSubscriptionStateFault}
108
+ # * {InvalidExportOnlyFault}
109
+ # * {InvalidExportSourceStateFault}
110
+ # * {InvalidExportTaskStateFault}
111
+ # * {InvalidGlobalClusterStateFault}
112
+ # * {InvalidOptionGroupStateFault}
113
+ # * {InvalidRestoreFault}
114
+ # * {InvalidS3BucketFault}
115
+ # * {InvalidSubnet}
116
+ # * {InvalidVPCNetworkStateFault}
117
+ # * {KMSKeyNotAccessibleFault}
118
+ # * {OptionGroupAlreadyExistsFault}
119
+ # * {OptionGroupNotFoundFault}
120
+ # * {OptionGroupQuotaExceededFault}
121
+ # * {PointInTimeRestoreNotEnabledFault}
122
+ # * {ProvisionedIopsNotAvailableInAZFault}
123
+ # * {ReservedDBInstanceAlreadyExistsFault}
124
+ # * {ReservedDBInstanceNotFoundFault}
125
+ # * {ReservedDBInstanceQuotaExceededFault}
126
+ # * {ReservedDBInstancesOfferingNotFoundFault}
127
+ # * {ResourceNotFoundFault}
128
+ # * {SNSInvalidTopicFault}
129
+ # * {SNSNoAuthorizationFault}
130
+ # * {SNSTopicArnNotFoundFault}
131
+ # * {SharedSnapshotQuotaExceededFault}
132
+ # * {SnapshotQuotaExceededFault}
133
+ # * {SourceNotFoundFault}
134
+ # * {StorageQuotaExceededFault}
135
+ # * {StorageTypeNotSupportedFault}
136
+ # * {SubnetAlreadyInUse}
137
+ # * {SubscriptionAlreadyExistFault}
138
+ # * {SubscriptionCategoryNotFoundFault}
139
+ # * {SubscriptionNotFoundFault}
140
+ #
141
+ # Additionally, error classes are dynamically generated for service errors based on the error code
142
+ # if they are not defined above.
9
143
  module Errors
10
144
 
11
145
  extend Aws::Errors::DynamicErrors
12
146
 
147
+ class AuthorizationAlreadyExistsFault < ServiceError
148
+
149
+ # @param [Seahorse::Client::RequestContext] context
150
+ # @param [String] message
151
+ # @param [Aws::RDS::Types::AuthorizationAlreadyExistsFault] data
152
+ def initialize(context, message, data = Aws::EmptyStructure.new)
153
+ super(context, message, data)
154
+ end
155
+ end
156
+
157
+ class AuthorizationNotFoundFault < ServiceError
158
+
159
+ # @param [Seahorse::Client::RequestContext] context
160
+ # @param [String] message
161
+ # @param [Aws::RDS::Types::AuthorizationNotFoundFault] data
162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
163
+ super(context, message, data)
164
+ end
165
+ end
166
+
167
+ class AuthorizationQuotaExceededFault < ServiceError
168
+
169
+ # @param [Seahorse::Client::RequestContext] context
170
+ # @param [String] message
171
+ # @param [Aws::RDS::Types::AuthorizationQuotaExceededFault] data
172
+ def initialize(context, message, data = Aws::EmptyStructure.new)
173
+ super(context, message, data)
174
+ end
175
+ end
176
+
177
+ class BackupPolicyNotFoundFault < ServiceError
178
+
179
+ # @param [Seahorse::Client::RequestContext] context
180
+ # @param [String] message
181
+ # @param [Aws::RDS::Types::BackupPolicyNotFoundFault] data
182
+ def initialize(context, message, data = Aws::EmptyStructure.new)
183
+ super(context, message, data)
184
+ end
185
+ end
186
+
187
+ class CertificateNotFoundFault < ServiceError
188
+
189
+ # @param [Seahorse::Client::RequestContext] context
190
+ # @param [String] message
191
+ # @param [Aws::RDS::Types::CertificateNotFoundFault] data
192
+ def initialize(context, message, data = Aws::EmptyStructure.new)
193
+ super(context, message, data)
194
+ end
195
+ end
196
+
197
+ class CustomAvailabilityZoneAlreadyExistsFault < ServiceError
198
+
199
+ # @param [Seahorse::Client::RequestContext] context
200
+ # @param [String] message
201
+ # @param [Aws::RDS::Types::CustomAvailabilityZoneAlreadyExistsFault] data
202
+ def initialize(context, message, data = Aws::EmptyStructure.new)
203
+ super(context, message, data)
204
+ end
205
+ end
206
+
207
+ class CustomAvailabilityZoneNotFoundFault < ServiceError
208
+
209
+ # @param [Seahorse::Client::RequestContext] context
210
+ # @param [String] message
211
+ # @param [Aws::RDS::Types::CustomAvailabilityZoneNotFoundFault] data
212
+ def initialize(context, message, data = Aws::EmptyStructure.new)
213
+ super(context, message, data)
214
+ end
215
+ end
216
+
217
+ class CustomAvailabilityZoneQuotaExceededFault < ServiceError
218
+
219
+ # @param [Seahorse::Client::RequestContext] context
220
+ # @param [String] message
221
+ # @param [Aws::RDS::Types::CustomAvailabilityZoneQuotaExceededFault] data
222
+ def initialize(context, message, data = Aws::EmptyStructure.new)
223
+ super(context, message, data)
224
+ end
225
+ end
226
+
227
+ class DBClusterAlreadyExistsFault < ServiceError
228
+
229
+ # @param [Seahorse::Client::RequestContext] context
230
+ # @param [String] message
231
+ # @param [Aws::RDS::Types::DBClusterAlreadyExistsFault] data
232
+ def initialize(context, message, data = Aws::EmptyStructure.new)
233
+ super(context, message, data)
234
+ end
235
+ end
236
+
237
+ class DBClusterBacktrackNotFoundFault < ServiceError
238
+
239
+ # @param [Seahorse::Client::RequestContext] context
240
+ # @param [String] message
241
+ # @param [Aws::RDS::Types::DBClusterBacktrackNotFoundFault] data
242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
243
+ super(context, message, data)
244
+ end
245
+ end
246
+
247
+ class DBClusterEndpointAlreadyExistsFault < ServiceError
248
+
249
+ # @param [Seahorse::Client::RequestContext] context
250
+ # @param [String] message
251
+ # @param [Aws::RDS::Types::DBClusterEndpointAlreadyExistsFault] data
252
+ def initialize(context, message, data = Aws::EmptyStructure.new)
253
+ super(context, message, data)
254
+ end
255
+ end
256
+
257
+ class DBClusterEndpointNotFoundFault < ServiceError
258
+
259
+ # @param [Seahorse::Client::RequestContext] context
260
+ # @param [String] message
261
+ # @param [Aws::RDS::Types::DBClusterEndpointNotFoundFault] data
262
+ def initialize(context, message, data = Aws::EmptyStructure.new)
263
+ super(context, message, data)
264
+ end
265
+ end
266
+
267
+ class DBClusterEndpointQuotaExceededFault < ServiceError
268
+
269
+ # @param [Seahorse::Client::RequestContext] context
270
+ # @param [String] message
271
+ # @param [Aws::RDS::Types::DBClusterEndpointQuotaExceededFault] data
272
+ def initialize(context, message, data = Aws::EmptyStructure.new)
273
+ super(context, message, data)
274
+ end
275
+ end
276
+
277
+ class DBClusterNotFoundFault < ServiceError
278
+
279
+ # @param [Seahorse::Client::RequestContext] context
280
+ # @param [String] message
281
+ # @param [Aws::RDS::Types::DBClusterNotFoundFault] data
282
+ def initialize(context, message, data = Aws::EmptyStructure.new)
283
+ super(context, message, data)
284
+ end
285
+ end
286
+
287
+ class DBClusterParameterGroupNotFoundFault < ServiceError
288
+
289
+ # @param [Seahorse::Client::RequestContext] context
290
+ # @param [String] message
291
+ # @param [Aws::RDS::Types::DBClusterParameterGroupNotFoundFault] data
292
+ def initialize(context, message, data = Aws::EmptyStructure.new)
293
+ super(context, message, data)
294
+ end
295
+ end
296
+
297
+ class DBClusterQuotaExceededFault < ServiceError
298
+
299
+ # @param [Seahorse::Client::RequestContext] context
300
+ # @param [String] message
301
+ # @param [Aws::RDS::Types::DBClusterQuotaExceededFault] data
302
+ def initialize(context, message, data = Aws::EmptyStructure.new)
303
+ super(context, message, data)
304
+ end
305
+ end
306
+
307
+ class DBClusterRoleAlreadyExistsFault < ServiceError
308
+
309
+ # @param [Seahorse::Client::RequestContext] context
310
+ # @param [String] message
311
+ # @param [Aws::RDS::Types::DBClusterRoleAlreadyExistsFault] data
312
+ def initialize(context, message, data = Aws::EmptyStructure.new)
313
+ super(context, message, data)
314
+ end
315
+ end
316
+
317
+ class DBClusterRoleNotFoundFault < ServiceError
318
+
319
+ # @param [Seahorse::Client::RequestContext] context
320
+ # @param [String] message
321
+ # @param [Aws::RDS::Types::DBClusterRoleNotFoundFault] data
322
+ def initialize(context, message, data = Aws::EmptyStructure.new)
323
+ super(context, message, data)
324
+ end
325
+ end
326
+
327
+ class DBClusterRoleQuotaExceededFault < ServiceError
328
+
329
+ # @param [Seahorse::Client::RequestContext] context
330
+ # @param [String] message
331
+ # @param [Aws::RDS::Types::DBClusterRoleQuotaExceededFault] data
332
+ def initialize(context, message, data = Aws::EmptyStructure.new)
333
+ super(context, message, data)
334
+ end
335
+ end
336
+
337
+ class DBClusterSnapshotAlreadyExistsFault < ServiceError
338
+
339
+ # @param [Seahorse::Client::RequestContext] context
340
+ # @param [String] message
341
+ # @param [Aws::RDS::Types::DBClusterSnapshotAlreadyExistsFault] data
342
+ def initialize(context, message, data = Aws::EmptyStructure.new)
343
+ super(context, message, data)
344
+ end
345
+ end
346
+
347
+ class DBClusterSnapshotNotFoundFault < ServiceError
348
+
349
+ # @param [Seahorse::Client::RequestContext] context
350
+ # @param [String] message
351
+ # @param [Aws::RDS::Types::DBClusterSnapshotNotFoundFault] data
352
+ def initialize(context, message, data = Aws::EmptyStructure.new)
353
+ super(context, message, data)
354
+ end
355
+ end
356
+
357
+ class DBInstanceAlreadyExistsFault < ServiceError
358
+
359
+ # @param [Seahorse::Client::RequestContext] context
360
+ # @param [String] message
361
+ # @param [Aws::RDS::Types::DBInstanceAlreadyExistsFault] data
362
+ def initialize(context, message, data = Aws::EmptyStructure.new)
363
+ super(context, message, data)
364
+ end
365
+ end
366
+
367
+ class DBInstanceAutomatedBackupNotFoundFault < ServiceError
368
+
369
+ # @param [Seahorse::Client::RequestContext] context
370
+ # @param [String] message
371
+ # @param [Aws::RDS::Types::DBInstanceAutomatedBackupNotFoundFault] data
372
+ def initialize(context, message, data = Aws::EmptyStructure.new)
373
+ super(context, message, data)
374
+ end
375
+ end
376
+
377
+ class DBInstanceAutomatedBackupQuotaExceededFault < ServiceError
378
+
379
+ # @param [Seahorse::Client::RequestContext] context
380
+ # @param [String] message
381
+ # @param [Aws::RDS::Types::DBInstanceAutomatedBackupQuotaExceededFault] data
382
+ def initialize(context, message, data = Aws::EmptyStructure.new)
383
+ super(context, message, data)
384
+ end
385
+ end
386
+
387
+ class DBInstanceNotFoundFault < ServiceError
388
+
389
+ # @param [Seahorse::Client::RequestContext] context
390
+ # @param [String] message
391
+ # @param [Aws::RDS::Types::DBInstanceNotFoundFault] data
392
+ def initialize(context, message, data = Aws::EmptyStructure.new)
393
+ super(context, message, data)
394
+ end
395
+ end
396
+
397
+ class DBInstanceRoleAlreadyExistsFault < ServiceError
398
+
399
+ # @param [Seahorse::Client::RequestContext] context
400
+ # @param [String] message
401
+ # @param [Aws::RDS::Types::DBInstanceRoleAlreadyExistsFault] data
402
+ def initialize(context, message, data = Aws::EmptyStructure.new)
403
+ super(context, message, data)
404
+ end
405
+ end
406
+
407
+ class DBInstanceRoleNotFoundFault < ServiceError
408
+
409
+ # @param [Seahorse::Client::RequestContext] context
410
+ # @param [String] message
411
+ # @param [Aws::RDS::Types::DBInstanceRoleNotFoundFault] data
412
+ def initialize(context, message, data = Aws::EmptyStructure.new)
413
+ super(context, message, data)
414
+ end
415
+ end
416
+
417
+ class DBInstanceRoleQuotaExceededFault < ServiceError
418
+
419
+ # @param [Seahorse::Client::RequestContext] context
420
+ # @param [String] message
421
+ # @param [Aws::RDS::Types::DBInstanceRoleQuotaExceededFault] data
422
+ def initialize(context, message, data = Aws::EmptyStructure.new)
423
+ super(context, message, data)
424
+ end
425
+ end
426
+
427
+ class DBLogFileNotFoundFault < ServiceError
428
+
429
+ # @param [Seahorse::Client::RequestContext] context
430
+ # @param [String] message
431
+ # @param [Aws::RDS::Types::DBLogFileNotFoundFault] data
432
+ def initialize(context, message, data = Aws::EmptyStructure.new)
433
+ super(context, message, data)
434
+ end
435
+ end
436
+
437
+ class DBParameterGroupAlreadyExistsFault < ServiceError
438
+
439
+ # @param [Seahorse::Client::RequestContext] context
440
+ # @param [String] message
441
+ # @param [Aws::RDS::Types::DBParameterGroupAlreadyExistsFault] data
442
+ def initialize(context, message, data = Aws::EmptyStructure.new)
443
+ super(context, message, data)
444
+ end
445
+ end
446
+
447
+ class DBParameterGroupNotFoundFault < ServiceError
448
+
449
+ # @param [Seahorse::Client::RequestContext] context
450
+ # @param [String] message
451
+ # @param [Aws::RDS::Types::DBParameterGroupNotFoundFault] data
452
+ def initialize(context, message, data = Aws::EmptyStructure.new)
453
+ super(context, message, data)
454
+ end
455
+ end
456
+
457
+ class DBParameterGroupQuotaExceededFault < ServiceError
458
+
459
+ # @param [Seahorse::Client::RequestContext] context
460
+ # @param [String] message
461
+ # @param [Aws::RDS::Types::DBParameterGroupQuotaExceededFault] data
462
+ def initialize(context, message, data = Aws::EmptyStructure.new)
463
+ super(context, message, data)
464
+ end
465
+ end
466
+
467
+ class DBProxyAlreadyExistsFault < ServiceError
468
+
469
+ # @param [Seahorse::Client::RequestContext] context
470
+ # @param [String] message
471
+ # @param [Aws::RDS::Types::DBProxyAlreadyExistsFault] data
472
+ def initialize(context, message, data = Aws::EmptyStructure.new)
473
+ super(context, message, data)
474
+ end
475
+ end
476
+
477
+ class DBProxyNotFoundFault < ServiceError
478
+
479
+ # @param [Seahorse::Client::RequestContext] context
480
+ # @param [String] message
481
+ # @param [Aws::RDS::Types::DBProxyNotFoundFault] data
482
+ def initialize(context, message, data = Aws::EmptyStructure.new)
483
+ super(context, message, data)
484
+ end
485
+ end
486
+
487
+ class DBProxyQuotaExceededFault < ServiceError
488
+
489
+ # @param [Seahorse::Client::RequestContext] context
490
+ # @param [String] message
491
+ # @param [Aws::RDS::Types::DBProxyQuotaExceededFault] data
492
+ def initialize(context, message, data = Aws::EmptyStructure.new)
493
+ super(context, message, data)
494
+ end
495
+ end
496
+
497
+ class DBProxyTargetAlreadyRegisteredFault < ServiceError
498
+
499
+ # @param [Seahorse::Client::RequestContext] context
500
+ # @param [String] message
501
+ # @param [Aws::RDS::Types::DBProxyTargetAlreadyRegisteredFault] data
502
+ def initialize(context, message, data = Aws::EmptyStructure.new)
503
+ super(context, message, data)
504
+ end
505
+ end
506
+
507
+ class DBProxyTargetGroupNotFoundFault < ServiceError
508
+
509
+ # @param [Seahorse::Client::RequestContext] context
510
+ # @param [String] message
511
+ # @param [Aws::RDS::Types::DBProxyTargetGroupNotFoundFault] data
512
+ def initialize(context, message, data = Aws::EmptyStructure.new)
513
+ super(context, message, data)
514
+ end
515
+ end
516
+
517
+ class DBProxyTargetNotFoundFault < ServiceError
518
+
519
+ # @param [Seahorse::Client::RequestContext] context
520
+ # @param [String] message
521
+ # @param [Aws::RDS::Types::DBProxyTargetNotFoundFault] data
522
+ def initialize(context, message, data = Aws::EmptyStructure.new)
523
+ super(context, message, data)
524
+ end
525
+ end
526
+
527
+ class DBSecurityGroupAlreadyExistsFault < ServiceError
528
+
529
+ # @param [Seahorse::Client::RequestContext] context
530
+ # @param [String] message
531
+ # @param [Aws::RDS::Types::DBSecurityGroupAlreadyExistsFault] data
532
+ def initialize(context, message, data = Aws::EmptyStructure.new)
533
+ super(context, message, data)
534
+ end
535
+ end
536
+
537
+ class DBSecurityGroupNotFoundFault < ServiceError
538
+
539
+ # @param [Seahorse::Client::RequestContext] context
540
+ # @param [String] message
541
+ # @param [Aws::RDS::Types::DBSecurityGroupNotFoundFault] data
542
+ def initialize(context, message, data = Aws::EmptyStructure.new)
543
+ super(context, message, data)
544
+ end
545
+ end
546
+
547
+ class DBSecurityGroupNotSupportedFault < ServiceError
548
+
549
+ # @param [Seahorse::Client::RequestContext] context
550
+ # @param [String] message
551
+ # @param [Aws::RDS::Types::DBSecurityGroupNotSupportedFault] data
552
+ def initialize(context, message, data = Aws::EmptyStructure.new)
553
+ super(context, message, data)
554
+ end
555
+ end
556
+
557
+ class DBSecurityGroupQuotaExceededFault < ServiceError
558
+
559
+ # @param [Seahorse::Client::RequestContext] context
560
+ # @param [String] message
561
+ # @param [Aws::RDS::Types::DBSecurityGroupQuotaExceededFault] data
562
+ def initialize(context, message, data = Aws::EmptyStructure.new)
563
+ super(context, message, data)
564
+ end
565
+ end
566
+
567
+ class DBSnapshotAlreadyExistsFault < ServiceError
568
+
569
+ # @param [Seahorse::Client::RequestContext] context
570
+ # @param [String] message
571
+ # @param [Aws::RDS::Types::DBSnapshotAlreadyExistsFault] data
572
+ def initialize(context, message, data = Aws::EmptyStructure.new)
573
+ super(context, message, data)
574
+ end
575
+ end
576
+
577
+ class DBSnapshotNotFoundFault < ServiceError
578
+
579
+ # @param [Seahorse::Client::RequestContext] context
580
+ # @param [String] message
581
+ # @param [Aws::RDS::Types::DBSnapshotNotFoundFault] data
582
+ def initialize(context, message, data = Aws::EmptyStructure.new)
583
+ super(context, message, data)
584
+ end
585
+ end
586
+
587
+ class DBSubnetGroupAlreadyExistsFault < ServiceError
588
+
589
+ # @param [Seahorse::Client::RequestContext] context
590
+ # @param [String] message
591
+ # @param [Aws::RDS::Types::DBSubnetGroupAlreadyExistsFault] data
592
+ def initialize(context, message, data = Aws::EmptyStructure.new)
593
+ super(context, message, data)
594
+ end
595
+ end
596
+
597
+ class DBSubnetGroupDoesNotCoverEnoughAZs < ServiceError
598
+
599
+ # @param [Seahorse::Client::RequestContext] context
600
+ # @param [String] message
601
+ # @param [Aws::RDS::Types::DBSubnetGroupDoesNotCoverEnoughAZs] data
602
+ def initialize(context, message, data = Aws::EmptyStructure.new)
603
+ super(context, message, data)
604
+ end
605
+ end
606
+
607
+ class DBSubnetGroupNotAllowedFault < ServiceError
608
+
609
+ # @param [Seahorse::Client::RequestContext] context
610
+ # @param [String] message
611
+ # @param [Aws::RDS::Types::DBSubnetGroupNotAllowedFault] data
612
+ def initialize(context, message, data = Aws::EmptyStructure.new)
613
+ super(context, message, data)
614
+ end
615
+ end
616
+
617
+ class DBSubnetGroupNotFoundFault < ServiceError
618
+
619
+ # @param [Seahorse::Client::RequestContext] context
620
+ # @param [String] message
621
+ # @param [Aws::RDS::Types::DBSubnetGroupNotFoundFault] data
622
+ def initialize(context, message, data = Aws::EmptyStructure.new)
623
+ super(context, message, data)
624
+ end
625
+ end
626
+
627
+ class DBSubnetGroupQuotaExceededFault < ServiceError
628
+
629
+ # @param [Seahorse::Client::RequestContext] context
630
+ # @param [String] message
631
+ # @param [Aws::RDS::Types::DBSubnetGroupQuotaExceededFault] data
632
+ def initialize(context, message, data = Aws::EmptyStructure.new)
633
+ super(context, message, data)
634
+ end
635
+ end
636
+
637
+ class DBSubnetQuotaExceededFault < ServiceError
638
+
639
+ # @param [Seahorse::Client::RequestContext] context
640
+ # @param [String] message
641
+ # @param [Aws::RDS::Types::DBSubnetQuotaExceededFault] data
642
+ def initialize(context, message, data = Aws::EmptyStructure.new)
643
+ super(context, message, data)
644
+ end
645
+ end
646
+
647
+ class DBUpgradeDependencyFailureFault < ServiceError
648
+
649
+ # @param [Seahorse::Client::RequestContext] context
650
+ # @param [String] message
651
+ # @param [Aws::RDS::Types::DBUpgradeDependencyFailureFault] data
652
+ def initialize(context, message, data = Aws::EmptyStructure.new)
653
+ super(context, message, data)
654
+ end
655
+ end
656
+
657
+ class DomainNotFoundFault < ServiceError
658
+
659
+ # @param [Seahorse::Client::RequestContext] context
660
+ # @param [String] message
661
+ # @param [Aws::RDS::Types::DomainNotFoundFault] data
662
+ def initialize(context, message, data = Aws::EmptyStructure.new)
663
+ super(context, message, data)
664
+ end
665
+ end
666
+
667
+ class EventSubscriptionQuotaExceededFault < ServiceError
668
+
669
+ # @param [Seahorse::Client::RequestContext] context
670
+ # @param [String] message
671
+ # @param [Aws::RDS::Types::EventSubscriptionQuotaExceededFault] data
672
+ def initialize(context, message, data = Aws::EmptyStructure.new)
673
+ super(context, message, data)
674
+ end
675
+ end
676
+
677
+ class ExportTaskAlreadyExistsFault < ServiceError
678
+
679
+ # @param [Seahorse::Client::RequestContext] context
680
+ # @param [String] message
681
+ # @param [Aws::RDS::Types::ExportTaskAlreadyExistsFault] data
682
+ def initialize(context, message, data = Aws::EmptyStructure.new)
683
+ super(context, message, data)
684
+ end
685
+ end
686
+
687
+ class ExportTaskNotFoundFault < ServiceError
688
+
689
+ # @param [Seahorse::Client::RequestContext] context
690
+ # @param [String] message
691
+ # @param [Aws::RDS::Types::ExportTaskNotFoundFault] data
692
+ def initialize(context, message, data = Aws::EmptyStructure.new)
693
+ super(context, message, data)
694
+ end
695
+ end
696
+
697
+ class GlobalClusterAlreadyExistsFault < ServiceError
698
+
699
+ # @param [Seahorse::Client::RequestContext] context
700
+ # @param [String] message
701
+ # @param [Aws::RDS::Types::GlobalClusterAlreadyExistsFault] data
702
+ def initialize(context, message, data = Aws::EmptyStructure.new)
703
+ super(context, message, data)
704
+ end
705
+ end
706
+
707
+ class GlobalClusterNotFoundFault < ServiceError
708
+
709
+ # @param [Seahorse::Client::RequestContext] context
710
+ # @param [String] message
711
+ # @param [Aws::RDS::Types::GlobalClusterNotFoundFault] data
712
+ def initialize(context, message, data = Aws::EmptyStructure.new)
713
+ super(context, message, data)
714
+ end
715
+ end
716
+
717
+ class GlobalClusterQuotaExceededFault < ServiceError
718
+
719
+ # @param [Seahorse::Client::RequestContext] context
720
+ # @param [String] message
721
+ # @param [Aws::RDS::Types::GlobalClusterQuotaExceededFault] data
722
+ def initialize(context, message, data = Aws::EmptyStructure.new)
723
+ super(context, message, data)
724
+ end
725
+ end
726
+
727
+ class IamRoleMissingPermissionsFault < ServiceError
728
+
729
+ # @param [Seahorse::Client::RequestContext] context
730
+ # @param [String] message
731
+ # @param [Aws::RDS::Types::IamRoleMissingPermissionsFault] data
732
+ def initialize(context, message, data = Aws::EmptyStructure.new)
733
+ super(context, message, data)
734
+ end
735
+ end
736
+
737
+ class IamRoleNotFoundFault < ServiceError
738
+
739
+ # @param [Seahorse::Client::RequestContext] context
740
+ # @param [String] message
741
+ # @param [Aws::RDS::Types::IamRoleNotFoundFault] data
742
+ def initialize(context, message, data = Aws::EmptyStructure.new)
743
+ super(context, message, data)
744
+ end
745
+ end
746
+
747
+ class InstallationMediaAlreadyExistsFault < ServiceError
748
+
749
+ # @param [Seahorse::Client::RequestContext] context
750
+ # @param [String] message
751
+ # @param [Aws::RDS::Types::InstallationMediaAlreadyExistsFault] data
752
+ def initialize(context, message, data = Aws::EmptyStructure.new)
753
+ super(context, message, data)
754
+ end
755
+ end
756
+
757
+ class InstallationMediaNotFoundFault < ServiceError
758
+
759
+ # @param [Seahorse::Client::RequestContext] context
760
+ # @param [String] message
761
+ # @param [Aws::RDS::Types::InstallationMediaNotFoundFault] data
762
+ def initialize(context, message, data = Aws::EmptyStructure.new)
763
+ super(context, message, data)
764
+ end
765
+ end
766
+
767
+ class InstanceQuotaExceededFault < ServiceError
768
+
769
+ # @param [Seahorse::Client::RequestContext] context
770
+ # @param [String] message
771
+ # @param [Aws::RDS::Types::InstanceQuotaExceededFault] data
772
+ def initialize(context, message, data = Aws::EmptyStructure.new)
773
+ super(context, message, data)
774
+ end
775
+ end
776
+
777
+ class InsufficientDBClusterCapacityFault < ServiceError
778
+
779
+ # @param [Seahorse::Client::RequestContext] context
780
+ # @param [String] message
781
+ # @param [Aws::RDS::Types::InsufficientDBClusterCapacityFault] data
782
+ def initialize(context, message, data = Aws::EmptyStructure.new)
783
+ super(context, message, data)
784
+ end
785
+ end
786
+
787
+ class InsufficientDBInstanceCapacityFault < ServiceError
788
+
789
+ # @param [Seahorse::Client::RequestContext] context
790
+ # @param [String] message
791
+ # @param [Aws::RDS::Types::InsufficientDBInstanceCapacityFault] data
792
+ def initialize(context, message, data = Aws::EmptyStructure.new)
793
+ super(context, message, data)
794
+ end
795
+ end
796
+
797
+ class InsufficientStorageClusterCapacityFault < ServiceError
798
+
799
+ # @param [Seahorse::Client::RequestContext] context
800
+ # @param [String] message
801
+ # @param [Aws::RDS::Types::InsufficientStorageClusterCapacityFault] data
802
+ def initialize(context, message, data = Aws::EmptyStructure.new)
803
+ super(context, message, data)
804
+ end
805
+ end
806
+
807
+ class InvalidDBClusterCapacityFault < ServiceError
808
+
809
+ # @param [Seahorse::Client::RequestContext] context
810
+ # @param [String] message
811
+ # @param [Aws::RDS::Types::InvalidDBClusterCapacityFault] data
812
+ def initialize(context, message, data = Aws::EmptyStructure.new)
813
+ super(context, message, data)
814
+ end
815
+ end
816
+
817
+ class InvalidDBClusterEndpointStateFault < ServiceError
818
+
819
+ # @param [Seahorse::Client::RequestContext] context
820
+ # @param [String] message
821
+ # @param [Aws::RDS::Types::InvalidDBClusterEndpointStateFault] data
822
+ def initialize(context, message, data = Aws::EmptyStructure.new)
823
+ super(context, message, data)
824
+ end
825
+ end
826
+
827
+ class InvalidDBClusterSnapshotStateFault < ServiceError
828
+
829
+ # @param [Seahorse::Client::RequestContext] context
830
+ # @param [String] message
831
+ # @param [Aws::RDS::Types::InvalidDBClusterSnapshotStateFault] data
832
+ def initialize(context, message, data = Aws::EmptyStructure.new)
833
+ super(context, message, data)
834
+ end
835
+ end
836
+
837
+ class InvalidDBClusterStateFault < ServiceError
838
+
839
+ # @param [Seahorse::Client::RequestContext] context
840
+ # @param [String] message
841
+ # @param [Aws::RDS::Types::InvalidDBClusterStateFault] data
842
+ def initialize(context, message, data = Aws::EmptyStructure.new)
843
+ super(context, message, data)
844
+ end
845
+ end
846
+
847
+ class InvalidDBInstanceAutomatedBackupStateFault < ServiceError
848
+
849
+ # @param [Seahorse::Client::RequestContext] context
850
+ # @param [String] message
851
+ # @param [Aws::RDS::Types::InvalidDBInstanceAutomatedBackupStateFault] data
852
+ def initialize(context, message, data = Aws::EmptyStructure.new)
853
+ super(context, message, data)
854
+ end
855
+ end
856
+
857
+ class InvalidDBInstanceStateFault < ServiceError
858
+
859
+ # @param [Seahorse::Client::RequestContext] context
860
+ # @param [String] message
861
+ # @param [Aws::RDS::Types::InvalidDBInstanceStateFault] data
862
+ def initialize(context, message, data = Aws::EmptyStructure.new)
863
+ super(context, message, data)
864
+ end
865
+ end
866
+
867
+ class InvalidDBParameterGroupStateFault < ServiceError
868
+
869
+ # @param [Seahorse::Client::RequestContext] context
870
+ # @param [String] message
871
+ # @param [Aws::RDS::Types::InvalidDBParameterGroupStateFault] data
872
+ def initialize(context, message, data = Aws::EmptyStructure.new)
873
+ super(context, message, data)
874
+ end
875
+ end
876
+
877
+ class InvalidDBProxyStateFault < ServiceError
878
+
879
+ # @param [Seahorse::Client::RequestContext] context
880
+ # @param [String] message
881
+ # @param [Aws::RDS::Types::InvalidDBProxyStateFault] data
882
+ def initialize(context, message, data = Aws::EmptyStructure.new)
883
+ super(context, message, data)
884
+ end
885
+ end
886
+
887
+ class InvalidDBSecurityGroupStateFault < ServiceError
888
+
889
+ # @param [Seahorse::Client::RequestContext] context
890
+ # @param [String] message
891
+ # @param [Aws::RDS::Types::InvalidDBSecurityGroupStateFault] data
892
+ def initialize(context, message, data = Aws::EmptyStructure.new)
893
+ super(context, message, data)
894
+ end
895
+ end
896
+
897
+ class InvalidDBSnapshotStateFault < ServiceError
898
+
899
+ # @param [Seahorse::Client::RequestContext] context
900
+ # @param [String] message
901
+ # @param [Aws::RDS::Types::InvalidDBSnapshotStateFault] data
902
+ def initialize(context, message, data = Aws::EmptyStructure.new)
903
+ super(context, message, data)
904
+ end
905
+ end
906
+
907
+ class InvalidDBSubnetGroupFault < ServiceError
908
+
909
+ # @param [Seahorse::Client::RequestContext] context
910
+ # @param [String] message
911
+ # @param [Aws::RDS::Types::InvalidDBSubnetGroupFault] data
912
+ def initialize(context, message, data = Aws::EmptyStructure.new)
913
+ super(context, message, data)
914
+ end
915
+ end
916
+
917
+ class InvalidDBSubnetGroupStateFault < ServiceError
918
+
919
+ # @param [Seahorse::Client::RequestContext] context
920
+ # @param [String] message
921
+ # @param [Aws::RDS::Types::InvalidDBSubnetGroupStateFault] data
922
+ def initialize(context, message, data = Aws::EmptyStructure.new)
923
+ super(context, message, data)
924
+ end
925
+ end
926
+
927
+ class InvalidDBSubnetStateFault < ServiceError
928
+
929
+ # @param [Seahorse::Client::RequestContext] context
930
+ # @param [String] message
931
+ # @param [Aws::RDS::Types::InvalidDBSubnetStateFault] data
932
+ def initialize(context, message, data = Aws::EmptyStructure.new)
933
+ super(context, message, data)
934
+ end
935
+ end
936
+
937
+ class InvalidEventSubscriptionStateFault < ServiceError
938
+
939
+ # @param [Seahorse::Client::RequestContext] context
940
+ # @param [String] message
941
+ # @param [Aws::RDS::Types::InvalidEventSubscriptionStateFault] data
942
+ def initialize(context, message, data = Aws::EmptyStructure.new)
943
+ super(context, message, data)
944
+ end
945
+ end
946
+
947
+ class InvalidExportOnlyFault < ServiceError
948
+
949
+ # @param [Seahorse::Client::RequestContext] context
950
+ # @param [String] message
951
+ # @param [Aws::RDS::Types::InvalidExportOnlyFault] data
952
+ def initialize(context, message, data = Aws::EmptyStructure.new)
953
+ super(context, message, data)
954
+ end
955
+ end
956
+
957
+ class InvalidExportSourceStateFault < ServiceError
958
+
959
+ # @param [Seahorse::Client::RequestContext] context
960
+ # @param [String] message
961
+ # @param [Aws::RDS::Types::InvalidExportSourceStateFault] data
962
+ def initialize(context, message, data = Aws::EmptyStructure.new)
963
+ super(context, message, data)
964
+ end
965
+ end
966
+
967
+ class InvalidExportTaskStateFault < ServiceError
968
+
969
+ # @param [Seahorse::Client::RequestContext] context
970
+ # @param [String] message
971
+ # @param [Aws::RDS::Types::InvalidExportTaskStateFault] data
972
+ def initialize(context, message, data = Aws::EmptyStructure.new)
973
+ super(context, message, data)
974
+ end
975
+ end
976
+
977
+ class InvalidGlobalClusterStateFault < ServiceError
978
+
979
+ # @param [Seahorse::Client::RequestContext] context
980
+ # @param [String] message
981
+ # @param [Aws::RDS::Types::InvalidGlobalClusterStateFault] data
982
+ def initialize(context, message, data = Aws::EmptyStructure.new)
983
+ super(context, message, data)
984
+ end
985
+ end
986
+
987
+ class InvalidOptionGroupStateFault < ServiceError
988
+
989
+ # @param [Seahorse::Client::RequestContext] context
990
+ # @param [String] message
991
+ # @param [Aws::RDS::Types::InvalidOptionGroupStateFault] data
992
+ def initialize(context, message, data = Aws::EmptyStructure.new)
993
+ super(context, message, data)
994
+ end
995
+ end
996
+
997
+ class InvalidRestoreFault < ServiceError
998
+
999
+ # @param [Seahorse::Client::RequestContext] context
1000
+ # @param [String] message
1001
+ # @param [Aws::RDS::Types::InvalidRestoreFault] data
1002
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1003
+ super(context, message, data)
1004
+ end
1005
+ end
1006
+
1007
+ class InvalidS3BucketFault < ServiceError
1008
+
1009
+ # @param [Seahorse::Client::RequestContext] context
1010
+ # @param [String] message
1011
+ # @param [Aws::RDS::Types::InvalidS3BucketFault] data
1012
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1013
+ super(context, message, data)
1014
+ end
1015
+ end
1016
+
1017
+ class InvalidSubnet < ServiceError
1018
+
1019
+ # @param [Seahorse::Client::RequestContext] context
1020
+ # @param [String] message
1021
+ # @param [Aws::RDS::Types::InvalidSubnet] data
1022
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1023
+ super(context, message, data)
1024
+ end
1025
+ end
1026
+
1027
+ class InvalidVPCNetworkStateFault < ServiceError
1028
+
1029
+ # @param [Seahorse::Client::RequestContext] context
1030
+ # @param [String] message
1031
+ # @param [Aws::RDS::Types::InvalidVPCNetworkStateFault] data
1032
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1033
+ super(context, message, data)
1034
+ end
1035
+ end
1036
+
1037
+ class KMSKeyNotAccessibleFault < ServiceError
1038
+
1039
+ # @param [Seahorse::Client::RequestContext] context
1040
+ # @param [String] message
1041
+ # @param [Aws::RDS::Types::KMSKeyNotAccessibleFault] data
1042
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1043
+ super(context, message, data)
1044
+ end
1045
+ end
1046
+
1047
+ class OptionGroupAlreadyExistsFault < ServiceError
1048
+
1049
+ # @param [Seahorse::Client::RequestContext] context
1050
+ # @param [String] message
1051
+ # @param [Aws::RDS::Types::OptionGroupAlreadyExistsFault] data
1052
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1053
+ super(context, message, data)
1054
+ end
1055
+ end
1056
+
1057
+ class OptionGroupNotFoundFault < ServiceError
1058
+
1059
+ # @param [Seahorse::Client::RequestContext] context
1060
+ # @param [String] message
1061
+ # @param [Aws::RDS::Types::OptionGroupNotFoundFault] data
1062
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1063
+ super(context, message, data)
1064
+ end
1065
+ end
1066
+
1067
+ class OptionGroupQuotaExceededFault < ServiceError
1068
+
1069
+ # @param [Seahorse::Client::RequestContext] context
1070
+ # @param [String] message
1071
+ # @param [Aws::RDS::Types::OptionGroupQuotaExceededFault] data
1072
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1073
+ super(context, message, data)
1074
+ end
1075
+ end
1076
+
1077
+ class PointInTimeRestoreNotEnabledFault < ServiceError
1078
+
1079
+ # @param [Seahorse::Client::RequestContext] context
1080
+ # @param [String] message
1081
+ # @param [Aws::RDS::Types::PointInTimeRestoreNotEnabledFault] data
1082
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1083
+ super(context, message, data)
1084
+ end
1085
+ end
1086
+
1087
+ class ProvisionedIopsNotAvailableInAZFault < ServiceError
1088
+
1089
+ # @param [Seahorse::Client::RequestContext] context
1090
+ # @param [String] message
1091
+ # @param [Aws::RDS::Types::ProvisionedIopsNotAvailableInAZFault] data
1092
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1093
+ super(context, message, data)
1094
+ end
1095
+ end
1096
+
1097
+ class ReservedDBInstanceAlreadyExistsFault < ServiceError
1098
+
1099
+ # @param [Seahorse::Client::RequestContext] context
1100
+ # @param [String] message
1101
+ # @param [Aws::RDS::Types::ReservedDBInstanceAlreadyExistsFault] data
1102
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1103
+ super(context, message, data)
1104
+ end
1105
+ end
1106
+
1107
+ class ReservedDBInstanceNotFoundFault < ServiceError
1108
+
1109
+ # @param [Seahorse::Client::RequestContext] context
1110
+ # @param [String] message
1111
+ # @param [Aws::RDS::Types::ReservedDBInstanceNotFoundFault] data
1112
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1113
+ super(context, message, data)
1114
+ end
1115
+ end
1116
+
1117
+ class ReservedDBInstanceQuotaExceededFault < ServiceError
1118
+
1119
+ # @param [Seahorse::Client::RequestContext] context
1120
+ # @param [String] message
1121
+ # @param [Aws::RDS::Types::ReservedDBInstanceQuotaExceededFault] data
1122
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1123
+ super(context, message, data)
1124
+ end
1125
+ end
1126
+
1127
+ class ReservedDBInstancesOfferingNotFoundFault < ServiceError
1128
+
1129
+ # @param [Seahorse::Client::RequestContext] context
1130
+ # @param [String] message
1131
+ # @param [Aws::RDS::Types::ReservedDBInstancesOfferingNotFoundFault] data
1132
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1133
+ super(context, message, data)
1134
+ end
1135
+ end
1136
+
1137
+ class ResourceNotFoundFault < ServiceError
1138
+
1139
+ # @param [Seahorse::Client::RequestContext] context
1140
+ # @param [String] message
1141
+ # @param [Aws::RDS::Types::ResourceNotFoundFault] data
1142
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1143
+ super(context, message, data)
1144
+ end
1145
+ end
1146
+
1147
+ class SNSInvalidTopicFault < ServiceError
1148
+
1149
+ # @param [Seahorse::Client::RequestContext] context
1150
+ # @param [String] message
1151
+ # @param [Aws::RDS::Types::SNSInvalidTopicFault] data
1152
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1153
+ super(context, message, data)
1154
+ end
1155
+ end
1156
+
1157
+ class SNSNoAuthorizationFault < ServiceError
1158
+
1159
+ # @param [Seahorse::Client::RequestContext] context
1160
+ # @param [String] message
1161
+ # @param [Aws::RDS::Types::SNSNoAuthorizationFault] data
1162
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1163
+ super(context, message, data)
1164
+ end
1165
+ end
1166
+
1167
+ class SNSTopicArnNotFoundFault < ServiceError
1168
+
1169
+ # @param [Seahorse::Client::RequestContext] context
1170
+ # @param [String] message
1171
+ # @param [Aws::RDS::Types::SNSTopicArnNotFoundFault] data
1172
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1173
+ super(context, message, data)
1174
+ end
1175
+ end
1176
+
1177
+ class SharedSnapshotQuotaExceededFault < ServiceError
1178
+
1179
+ # @param [Seahorse::Client::RequestContext] context
1180
+ # @param [String] message
1181
+ # @param [Aws::RDS::Types::SharedSnapshotQuotaExceededFault] data
1182
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1183
+ super(context, message, data)
1184
+ end
1185
+ end
1186
+
1187
+ class SnapshotQuotaExceededFault < ServiceError
1188
+
1189
+ # @param [Seahorse::Client::RequestContext] context
1190
+ # @param [String] message
1191
+ # @param [Aws::RDS::Types::SnapshotQuotaExceededFault] data
1192
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1193
+ super(context, message, data)
1194
+ end
1195
+ end
1196
+
1197
+ class SourceNotFoundFault < ServiceError
1198
+
1199
+ # @param [Seahorse::Client::RequestContext] context
1200
+ # @param [String] message
1201
+ # @param [Aws::RDS::Types::SourceNotFoundFault] data
1202
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1203
+ super(context, message, data)
1204
+ end
1205
+ end
1206
+
1207
+ class StorageQuotaExceededFault < ServiceError
1208
+
1209
+ # @param [Seahorse::Client::RequestContext] context
1210
+ # @param [String] message
1211
+ # @param [Aws::RDS::Types::StorageQuotaExceededFault] data
1212
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1213
+ super(context, message, data)
1214
+ end
1215
+ end
1216
+
1217
+ class StorageTypeNotSupportedFault < ServiceError
1218
+
1219
+ # @param [Seahorse::Client::RequestContext] context
1220
+ # @param [String] message
1221
+ # @param [Aws::RDS::Types::StorageTypeNotSupportedFault] data
1222
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1223
+ super(context, message, data)
1224
+ end
1225
+ end
1226
+
1227
+ class SubnetAlreadyInUse < ServiceError
1228
+
1229
+ # @param [Seahorse::Client::RequestContext] context
1230
+ # @param [String] message
1231
+ # @param [Aws::RDS::Types::SubnetAlreadyInUse] data
1232
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1233
+ super(context, message, data)
1234
+ end
1235
+ end
1236
+
1237
+ class SubscriptionAlreadyExistFault < ServiceError
1238
+
1239
+ # @param [Seahorse::Client::RequestContext] context
1240
+ # @param [String] message
1241
+ # @param [Aws::RDS::Types::SubscriptionAlreadyExistFault] data
1242
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1243
+ super(context, message, data)
1244
+ end
1245
+ end
1246
+
1247
+ class SubscriptionCategoryNotFoundFault < ServiceError
1248
+
1249
+ # @param [Seahorse::Client::RequestContext] context
1250
+ # @param [String] message
1251
+ # @param [Aws::RDS::Types::SubscriptionCategoryNotFoundFault] data
1252
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1253
+ super(context, message, data)
1254
+ end
1255
+ end
1256
+
1257
+ class SubscriptionNotFoundFault < ServiceError
1258
+
1259
+ # @param [Seahorse::Client::RequestContext] context
1260
+ # @param [String] message
1261
+ # @param [Aws::RDS::Types::SubscriptionNotFoundFault] data
1262
+ def initialize(context, message, data = Aws::EmptyStructure.new)
1263
+ super(context, message, data)
1264
+ end
1265
+ end
1266
+
13
1267
  end
14
1268
  end