@aws-sdk/client-docdb 3.933.0 → 3.935.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.
@@ -0,0 +1,719 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DocDBServiceException as __BaseException } from "./DocDBServiceException";
3
+ /**
4
+ * <p>The requested source could not be found. </p>
5
+ * @public
6
+ */
7
+ export declare class SourceNotFoundFault extends __BaseException {
8
+ readonly name: "SourceNotFoundFault";
9
+ readonly $fault: "client";
10
+ /**
11
+ * @internal
12
+ */
13
+ constructor(opts: __ExceptionOptionType<SourceNotFoundFault, __BaseException>);
14
+ }
15
+ /**
16
+ * <p>The subscription name does not exist. </p>
17
+ * @public
18
+ */
19
+ export declare class SubscriptionNotFoundFault extends __BaseException {
20
+ readonly name: "SubscriptionNotFoundFault";
21
+ readonly $fault: "client";
22
+ /**
23
+ * @internal
24
+ */
25
+ constructor(opts: __ExceptionOptionType<SubscriptionNotFoundFault, __BaseException>);
26
+ }
27
+ /**
28
+ * <p>
29
+ * <code>DBClusterIdentifier</code> doesn't refer to an existing cluster. </p>
30
+ * @public
31
+ */
32
+ export declare class DBClusterNotFoundFault extends __BaseException {
33
+ readonly name: "DBClusterNotFoundFault";
34
+ readonly $fault: "client";
35
+ /**
36
+ * @internal
37
+ */
38
+ constructor(opts: __ExceptionOptionType<DBClusterNotFoundFault, __BaseException>);
39
+ }
40
+ /**
41
+ * <p>
42
+ * <code>DBInstanceIdentifier</code> doesn't refer to an existing instance. </p>
43
+ * @public
44
+ */
45
+ export declare class DBInstanceNotFoundFault extends __BaseException {
46
+ readonly name: "DBInstanceNotFoundFault";
47
+ readonly $fault: "client";
48
+ /**
49
+ * @internal
50
+ */
51
+ constructor(opts: __ExceptionOptionType<DBInstanceNotFoundFault, __BaseException>);
52
+ }
53
+ /**
54
+ * <p>
55
+ * <code>DBSnapshotIdentifier</code> doesn't refer to an existing snapshot. </p>
56
+ * @public
57
+ */
58
+ export declare class DBSnapshotNotFoundFault extends __BaseException {
59
+ readonly name: "DBSnapshotNotFoundFault";
60
+ readonly $fault: "client";
61
+ /**
62
+ * @internal
63
+ */
64
+ constructor(opts: __ExceptionOptionType<DBSnapshotNotFoundFault, __BaseException>);
65
+ }
66
+ /**
67
+ * <p>The cluster isn't in a valid state.</p>
68
+ * @public
69
+ */
70
+ export declare class InvalidDBClusterStateFault extends __BaseException {
71
+ readonly name: "InvalidDBClusterStateFault";
72
+ readonly $fault: "client";
73
+ /**
74
+ * @internal
75
+ */
76
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterStateFault, __BaseException>);
77
+ }
78
+ /**
79
+ * <p> The specified instance isn't in the <i>available</i> state.
80
+ * </p>
81
+ * @public
82
+ */
83
+ export declare class InvalidDBInstanceStateFault extends __BaseException {
84
+ readonly name: "InvalidDBInstanceStateFault";
85
+ readonly $fault: "client";
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<InvalidDBInstanceStateFault, __BaseException>);
90
+ }
91
+ /**
92
+ * <p>The specified resource ID was not found.</p>
93
+ * @public
94
+ */
95
+ export declare class ResourceNotFoundFault extends __BaseException {
96
+ readonly name: "ResourceNotFoundFault";
97
+ readonly $fault: "client";
98
+ /**
99
+ * @internal
100
+ */
101
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundFault, __BaseException>);
102
+ }
103
+ /**
104
+ * <p>A parameter group with the same name already exists.</p>
105
+ * @public
106
+ */
107
+ export declare class DBParameterGroupAlreadyExistsFault extends __BaseException {
108
+ readonly name: "DBParameterGroupAlreadyExistsFault";
109
+ readonly $fault: "client";
110
+ /**
111
+ * @internal
112
+ */
113
+ constructor(opts: __ExceptionOptionType<DBParameterGroupAlreadyExistsFault, __BaseException>);
114
+ }
115
+ /**
116
+ * <p>
117
+ * <code>DBParameterGroupName</code> doesn't refer to an existing parameter group. </p>
118
+ * @public
119
+ */
120
+ export declare class DBParameterGroupNotFoundFault extends __BaseException {
121
+ readonly name: "DBParameterGroupNotFoundFault";
122
+ readonly $fault: "client";
123
+ /**
124
+ * @internal
125
+ */
126
+ constructor(opts: __ExceptionOptionType<DBParameterGroupNotFoundFault, __BaseException>);
127
+ }
128
+ /**
129
+ * <p>This request would cause you to exceed the allowed number of parameter groups.</p>
130
+ * @public
131
+ */
132
+ export declare class DBParameterGroupQuotaExceededFault extends __BaseException {
133
+ readonly name: "DBParameterGroupQuotaExceededFault";
134
+ readonly $fault: "client";
135
+ /**
136
+ * @internal
137
+ */
138
+ constructor(opts: __ExceptionOptionType<DBParameterGroupQuotaExceededFault, __BaseException>);
139
+ }
140
+ /**
141
+ * <p>You already have a cluster snapshot with the given identifier.</p>
142
+ * @public
143
+ */
144
+ export declare class DBClusterSnapshotAlreadyExistsFault extends __BaseException {
145
+ readonly name: "DBClusterSnapshotAlreadyExistsFault";
146
+ readonly $fault: "client";
147
+ /**
148
+ * @internal
149
+ */
150
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotAlreadyExistsFault, __BaseException>);
151
+ }
152
+ /**
153
+ * <p>
154
+ * <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing cluster snapshot. </p>
155
+ * @public
156
+ */
157
+ export declare class DBClusterSnapshotNotFoundFault extends __BaseException {
158
+ readonly name: "DBClusterSnapshotNotFoundFault";
159
+ readonly $fault: "client";
160
+ /**
161
+ * @internal
162
+ */
163
+ constructor(opts: __ExceptionOptionType<DBClusterSnapshotNotFoundFault, __BaseException>);
164
+ }
165
+ /**
166
+ * <p>The provided value isn't a valid cluster snapshot state.</p>
167
+ * @public
168
+ */
169
+ export declare class InvalidDBClusterSnapshotStateFault extends __BaseException {
170
+ readonly name: "InvalidDBClusterSnapshotStateFault";
171
+ readonly $fault: "client";
172
+ /**
173
+ * @internal
174
+ */
175
+ constructor(opts: __ExceptionOptionType<InvalidDBClusterSnapshotStateFault, __BaseException>);
176
+ }
177
+ /**
178
+ * <p>An error occurred when accessing an KMS key.</p>
179
+ * @public
180
+ */
181
+ export declare class KMSKeyNotAccessibleFault extends __BaseException {
182
+ readonly name: "KMSKeyNotAccessibleFault";
183
+ readonly $fault: "client";
184
+ /**
185
+ * @internal
186
+ */
187
+ constructor(opts: __ExceptionOptionType<KMSKeyNotAccessibleFault, __BaseException>);
188
+ }
189
+ /**
190
+ * <p>The request would cause you to exceed the allowed number of snapshots.</p>
191
+ * @public
192
+ */
193
+ export declare class SnapshotQuotaExceededFault extends __BaseException {
194
+ readonly name: "SnapshotQuotaExceededFault";
195
+ readonly $fault: "client";
196
+ /**
197
+ * @internal
198
+ */
199
+ constructor(opts: __ExceptionOptionType<SnapshotQuotaExceededFault, __BaseException>);
200
+ }
201
+ /**
202
+ * <p>You already have a cluster with the given identifier.</p>
203
+ * @public
204
+ */
205
+ export declare class DBClusterAlreadyExistsFault extends __BaseException {
206
+ readonly name: "DBClusterAlreadyExistsFault";
207
+ readonly $fault: "client";
208
+ /**
209
+ * @internal
210
+ */
211
+ constructor(opts: __ExceptionOptionType<DBClusterAlreadyExistsFault, __BaseException>);
212
+ }
213
+ /**
214
+ * <p>
215
+ * <code>DBClusterParameterGroupName</code> doesn't refer to an existing cluster parameter group. </p>
216
+ * @public
217
+ */
218
+ export declare class DBClusterParameterGroupNotFoundFault extends __BaseException {
219
+ readonly name: "DBClusterParameterGroupNotFoundFault";
220
+ readonly $fault: "client";
221
+ /**
222
+ * @internal
223
+ */
224
+ constructor(opts: __ExceptionOptionType<DBClusterParameterGroupNotFoundFault, __BaseException>);
225
+ }
226
+ /**
227
+ * <p>The cluster can't be created because you have reached the maximum allowed quota of clusters.</p>
228
+ * @public
229
+ */
230
+ export declare class DBClusterQuotaExceededFault extends __BaseException {
231
+ readonly name: "DBClusterQuotaExceededFault";
232
+ readonly $fault: "client";
233
+ /**
234
+ * @internal
235
+ */
236
+ constructor(opts: __ExceptionOptionType<DBClusterQuotaExceededFault, __BaseException>);
237
+ }
238
+ /**
239
+ * <p>Subnets in the subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
240
+ * @public
241
+ */
242
+ export declare class DBSubnetGroupDoesNotCoverEnoughAZs extends __BaseException {
243
+ readonly name: "DBSubnetGroupDoesNotCoverEnoughAZs";
244
+ readonly $fault: "client";
245
+ /**
246
+ * @internal
247
+ */
248
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupDoesNotCoverEnoughAZs, __BaseException>);
249
+ }
250
+ /**
251
+ * <p>
252
+ * <code>DBSubnetGroupName</code> doesn't refer to an existing subnet group. </p>
253
+ * @public
254
+ */
255
+ export declare class DBSubnetGroupNotFoundFault extends __BaseException {
256
+ readonly name: "DBSubnetGroupNotFoundFault";
257
+ readonly $fault: "client";
258
+ /**
259
+ * @internal
260
+ */
261
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupNotFoundFault, __BaseException>);
262
+ }
263
+ /**
264
+ * <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global cluster.</p>
265
+ * @public
266
+ */
267
+ export declare class GlobalClusterNotFoundFault extends __BaseException {
268
+ readonly name: "GlobalClusterNotFoundFault";
269
+ readonly $fault: "client";
270
+ /**
271
+ * @internal
272
+ */
273
+ constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
274
+ }
275
+ /**
276
+ * <p>There is not enough storage available for the current action. You might be able to resolve this error by updating your subnet group to use different Availability Zones that have more storage available. </p>
277
+ * @public
278
+ */
279
+ export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
280
+ readonly name: "InsufficientStorageClusterCapacityFault";
281
+ readonly $fault: "client";
282
+ /**
283
+ * @internal
284
+ */
285
+ constructor(opts: __ExceptionOptionType<InsufficientStorageClusterCapacityFault, __BaseException>);
286
+ }
287
+ /**
288
+ * <p>The subnet group can't be deleted because it's in use.</p>
289
+ * @public
290
+ */
291
+ export declare class InvalidDBSubnetGroupStateFault extends __BaseException {
292
+ readonly name: "InvalidDBSubnetGroupStateFault";
293
+ readonly $fault: "client";
294
+ /**
295
+ * @internal
296
+ */
297
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetGroupStateFault, __BaseException>);
298
+ }
299
+ /**
300
+ * <p>The requested operation can't be performed while the cluster is in this state.</p>
301
+ * @public
302
+ */
303
+ export declare class InvalidGlobalClusterStateFault extends __BaseException {
304
+ readonly name: "InvalidGlobalClusterStateFault";
305
+ readonly $fault: "client";
306
+ /**
307
+ * @internal
308
+ */
309
+ constructor(opts: __ExceptionOptionType<InvalidGlobalClusterStateFault, __BaseException>);
310
+ }
311
+ /**
312
+ * <p>The requested subnet is not valid, or multiple subnets were requested that are not all
313
+ * in a common virtual private cloud (VPC).</p>
314
+ * @public
315
+ */
316
+ export declare class InvalidSubnet extends __BaseException {
317
+ readonly name: "InvalidSubnet";
318
+ readonly $fault: "client";
319
+ /**
320
+ * @internal
321
+ */
322
+ constructor(opts: __ExceptionOptionType<InvalidSubnet, __BaseException>);
323
+ }
324
+ /**
325
+ * <p>The subnet group doesn't cover all Availability Zones after it is created
326
+ * because of changes that were made.</p>
327
+ * @public
328
+ */
329
+ export declare class InvalidVPCNetworkStateFault extends __BaseException {
330
+ readonly name: "InvalidVPCNetworkStateFault";
331
+ readonly $fault: "client";
332
+ /**
333
+ * @internal
334
+ */
335
+ constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
336
+ }
337
+ /**
338
+ * <p>The network type is not supported by either <code>DBSubnetGroup</code> or the DB engine version.</p>
339
+ * @public
340
+ */
341
+ export declare class NetworkTypeNotSupported extends __BaseException {
342
+ readonly name: "NetworkTypeNotSupported";
343
+ readonly $fault: "client";
344
+ /**
345
+ * @internal
346
+ */
347
+ constructor(opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>);
348
+ }
349
+ /**
350
+ * <p>The request would cause you to exceed the allowed amount of storage available across
351
+ * all instances.</p>
352
+ * @public
353
+ */
354
+ export declare class StorageQuotaExceededFault extends __BaseException {
355
+ readonly name: "StorageQuotaExceededFault";
356
+ readonly $fault: "client";
357
+ /**
358
+ * @internal
359
+ */
360
+ constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
361
+ }
362
+ /**
363
+ * <p>The specified CIDR IP or Amazon EC2 security group isn't authorized for the specified security group.</p>
364
+ * <p>Amazon DocumentDB also might not be authorized to perform necessary actions on your behalf using IAM.</p>
365
+ * @public
366
+ */
367
+ export declare class AuthorizationNotFoundFault extends __BaseException {
368
+ readonly name: "AuthorizationNotFoundFault";
369
+ readonly $fault: "client";
370
+ /**
371
+ * @internal
372
+ */
373
+ constructor(opts: __ExceptionOptionType<AuthorizationNotFoundFault, __BaseException>);
374
+ }
375
+ /**
376
+ * <p>You already have a instance with the given identifier.</p>
377
+ * @public
378
+ */
379
+ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
380
+ readonly name: "DBInstanceAlreadyExistsFault";
381
+ readonly $fault: "client";
382
+ /**
383
+ * @internal
384
+ */
385
+ constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
386
+ }
387
+ /**
388
+ * <p>
389
+ * <code>DBSecurityGroupName</code> doesn't refer to an existing security group. </p>
390
+ * @public
391
+ */
392
+ export declare class DBSecurityGroupNotFoundFault extends __BaseException {
393
+ readonly name: "DBSecurityGroupNotFoundFault";
394
+ readonly $fault: "client";
395
+ /**
396
+ * @internal
397
+ */
398
+ constructor(opts: __ExceptionOptionType<DBSecurityGroupNotFoundFault, __BaseException>);
399
+ }
400
+ /**
401
+ * <p>The request would cause you to exceed the allowed number of instances.</p>
402
+ * @public
403
+ */
404
+ export declare class InstanceQuotaExceededFault extends __BaseException {
405
+ readonly name: "InstanceQuotaExceededFault";
406
+ readonly $fault: "client";
407
+ /**
408
+ * @internal
409
+ */
410
+ constructor(opts: __ExceptionOptionType<InstanceQuotaExceededFault, __BaseException>);
411
+ }
412
+ /**
413
+ * <p>The specified instance class isn't available in the specified Availability Zone.</p>
414
+ * @public
415
+ */
416
+ export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
417
+ readonly name: "InsufficientDBInstanceCapacityFault";
418
+ readonly $fault: "client";
419
+ /**
420
+ * @internal
421
+ */
422
+ constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
423
+ }
424
+ /**
425
+ * <p>Storage of the specified <code>StorageType</code> can't be associated with the DB
426
+ * instance. </p>
427
+ * @public
428
+ */
429
+ export declare class StorageTypeNotSupportedFault extends __BaseException {
430
+ readonly name: "StorageTypeNotSupportedFault";
431
+ readonly $fault: "client";
432
+ /**
433
+ * @internal
434
+ */
435
+ constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
436
+ }
437
+ /**
438
+ * <p>
439
+ * <code>DBSubnetGroupName</code> is already being used by an existing subnet group. </p>
440
+ * @public
441
+ */
442
+ export declare class DBSubnetGroupAlreadyExistsFault extends __BaseException {
443
+ readonly name: "DBSubnetGroupAlreadyExistsFault";
444
+ readonly $fault: "client";
445
+ /**
446
+ * @internal
447
+ */
448
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupAlreadyExistsFault, __BaseException>);
449
+ }
450
+ /**
451
+ * <p>The request would cause you to exceed the allowed number of subnet groups.</p>
452
+ * @public
453
+ */
454
+ export declare class DBSubnetGroupQuotaExceededFault extends __BaseException {
455
+ readonly name: "DBSubnetGroupQuotaExceededFault";
456
+ readonly $fault: "client";
457
+ /**
458
+ * @internal
459
+ */
460
+ constructor(opts: __ExceptionOptionType<DBSubnetGroupQuotaExceededFault, __BaseException>);
461
+ }
462
+ /**
463
+ * <p>The request would cause you to exceed the allowed number of subnets in a subnet group.</p>
464
+ * @public
465
+ */
466
+ export declare class DBSubnetQuotaExceededFault extends __BaseException {
467
+ readonly name: "DBSubnetQuotaExceededFault";
468
+ readonly $fault: "client";
469
+ /**
470
+ * @internal
471
+ */
472
+ constructor(opts: __ExceptionOptionType<DBSubnetQuotaExceededFault, __BaseException>);
473
+ }
474
+ /**
475
+ * <p>You have reached the maximum number of event subscriptions. </p>
476
+ * @public
477
+ */
478
+ export declare class EventSubscriptionQuotaExceededFault extends __BaseException {
479
+ readonly name: "EventSubscriptionQuotaExceededFault";
480
+ readonly $fault: "client";
481
+ /**
482
+ * @internal
483
+ */
484
+ constructor(opts: __ExceptionOptionType<EventSubscriptionQuotaExceededFault, __BaseException>);
485
+ }
486
+ /**
487
+ * <p>Amazon SNS has responded that there is a problem with the specified topic. </p>
488
+ * @public
489
+ */
490
+ export declare class SNSInvalidTopicFault extends __BaseException {
491
+ readonly name: "SNSInvalidTopicFault";
492
+ readonly $fault: "client";
493
+ /**
494
+ * @internal
495
+ */
496
+ constructor(opts: __ExceptionOptionType<SNSInvalidTopicFault, __BaseException>);
497
+ }
498
+ /**
499
+ * <p>You do not have permission to publish to the SNS topic Amazon Resource Name (ARN). </p>
500
+ * @public
501
+ */
502
+ export declare class SNSNoAuthorizationFault extends __BaseException {
503
+ readonly name: "SNSNoAuthorizationFault";
504
+ readonly $fault: "client";
505
+ /**
506
+ * @internal
507
+ */
508
+ constructor(opts: __ExceptionOptionType<SNSNoAuthorizationFault, __BaseException>);
509
+ }
510
+ /**
511
+ * <p>The SNS topic Amazon Resource Name (ARN) does not exist. </p>
512
+ * @public
513
+ */
514
+ export declare class SNSTopicArnNotFoundFault extends __BaseException {
515
+ readonly name: "SNSTopicArnNotFoundFault";
516
+ readonly $fault: "client";
517
+ /**
518
+ * @internal
519
+ */
520
+ constructor(opts: __ExceptionOptionType<SNSTopicArnNotFoundFault, __BaseException>);
521
+ }
522
+ /**
523
+ * <p>The provided subscription name already exists. </p>
524
+ * @public
525
+ */
526
+ export declare class SubscriptionAlreadyExistFault extends __BaseException {
527
+ readonly name: "SubscriptionAlreadyExistFault";
528
+ readonly $fault: "client";
529
+ /**
530
+ * @internal
531
+ */
532
+ constructor(opts: __ExceptionOptionType<SubscriptionAlreadyExistFault, __BaseException>);
533
+ }
534
+ /**
535
+ * <p>The provided category does not exist. </p>
536
+ * @public
537
+ */
538
+ export declare class SubscriptionCategoryNotFoundFault extends __BaseException {
539
+ readonly name: "SubscriptionCategoryNotFoundFault";
540
+ readonly $fault: "client";
541
+ /**
542
+ * @internal
543
+ */
544
+ constructor(opts: __ExceptionOptionType<SubscriptionCategoryNotFoundFault, __BaseException>);
545
+ }
546
+ /**
547
+ * <p>The <code>GlobalClusterIdentifier</code> already exists. Choose a new global cluster identifier (unique name) to create a new global cluster. </p>
548
+ * @public
549
+ */
550
+ export declare class GlobalClusterAlreadyExistsFault extends __BaseException {
551
+ readonly name: "GlobalClusterAlreadyExistsFault";
552
+ readonly $fault: "client";
553
+ /**
554
+ * @internal
555
+ */
556
+ constructor(opts: __ExceptionOptionType<GlobalClusterAlreadyExistsFault, __BaseException>);
557
+ }
558
+ /**
559
+ * <p>The number of global clusters for this account is already at the maximum allowed.</p>
560
+ * @public
561
+ */
562
+ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
563
+ readonly name: "GlobalClusterQuotaExceededFault";
564
+ readonly $fault: "client";
565
+ /**
566
+ * @internal
567
+ */
568
+ constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
569
+ }
570
+ /**
571
+ * <p>The parameter group is in use, or it is in a state that is not valid. If you are trying to delete the parameter group, you can't delete it when the parameter group is in this state.</p>
572
+ * @public
573
+ */
574
+ export declare class InvalidDBParameterGroupStateFault extends __BaseException {
575
+ readonly name: "InvalidDBParameterGroupStateFault";
576
+ readonly $fault: "client";
577
+ /**
578
+ * @internal
579
+ */
580
+ constructor(opts: __ExceptionOptionType<InvalidDBParameterGroupStateFault, __BaseException>);
581
+ }
582
+ /**
583
+ * <p>
584
+ * <code>DBSnapshotIdentifier</code> is already being used by an existing snapshot. </p>
585
+ * @public
586
+ */
587
+ export declare class DBSnapshotAlreadyExistsFault extends __BaseException {
588
+ readonly name: "DBSnapshotAlreadyExistsFault";
589
+ readonly $fault: "client";
590
+ /**
591
+ * @internal
592
+ */
593
+ constructor(opts: __ExceptionOptionType<DBSnapshotAlreadyExistsFault, __BaseException>);
594
+ }
595
+ /**
596
+ * <p> The subnet isn't in the <i>available</i> state. </p>
597
+ * @public
598
+ */
599
+ export declare class InvalidDBSubnetStateFault extends __BaseException {
600
+ readonly name: "InvalidDBSubnetStateFault";
601
+ readonly $fault: "client";
602
+ /**
603
+ * @internal
604
+ */
605
+ constructor(opts: __ExceptionOptionType<InvalidDBSubnetStateFault, __BaseException>);
606
+ }
607
+ /**
608
+ * <p>Someone else might be modifying a subscription. Wait a few seconds, and try
609
+ * again.</p>
610
+ * @public
611
+ */
612
+ export declare class InvalidEventSubscriptionStateFault extends __BaseException {
613
+ readonly name: "InvalidEventSubscriptionStateFault";
614
+ readonly $fault: "client";
615
+ /**
616
+ * @internal
617
+ */
618
+ constructor(opts: __ExceptionOptionType<InvalidEventSubscriptionStateFault, __BaseException>);
619
+ }
620
+ /**
621
+ * <p>
622
+ * <code>CertificateIdentifier</code> doesn't refer to an existing certificate. </p>
623
+ * @public
624
+ */
625
+ export declare class CertificateNotFoundFault extends __BaseException {
626
+ readonly name: "CertificateNotFoundFault";
627
+ readonly $fault: "client";
628
+ /**
629
+ * @internal
630
+ */
631
+ constructor(opts: __ExceptionOptionType<CertificateNotFoundFault, __BaseException>);
632
+ }
633
+ /**
634
+ * <p>The state of the security group doesn't allow deletion.</p>
635
+ * @public
636
+ */
637
+ export declare class InvalidDBSecurityGroupStateFault extends __BaseException {
638
+ readonly name: "InvalidDBSecurityGroupStateFault";
639
+ readonly $fault: "client";
640
+ /**
641
+ * @internal
642
+ */
643
+ constructor(opts: __ExceptionOptionType<InvalidDBSecurityGroupStateFault, __BaseException>);
644
+ }
645
+ /**
646
+ * <p>You have exceeded the maximum number of accounts that you can share a manual DB
647
+ * snapshot with. </p>
648
+ * @public
649
+ */
650
+ export declare class SharedSnapshotQuotaExceededFault extends __BaseException {
651
+ readonly name: "SharedSnapshotQuotaExceededFault";
652
+ readonly $fault: "client";
653
+ /**
654
+ * @internal
655
+ */
656
+ constructor(opts: __ExceptionOptionType<SharedSnapshotQuotaExceededFault, __BaseException>);
657
+ }
658
+ /**
659
+ * <p>The upgrade failed because a resource that the depends on can't be
660
+ * modified.</p>
661
+ * @public
662
+ */
663
+ export declare class DBUpgradeDependencyFailureFault extends __BaseException {
664
+ readonly name: "DBUpgradeDependencyFailureFault";
665
+ readonly $fault: "client";
666
+ /**
667
+ * @internal
668
+ */
669
+ constructor(opts: __ExceptionOptionType<DBUpgradeDependencyFailureFault, __BaseException>);
670
+ }
671
+ /**
672
+ * <p>The subnet is already in use in the Availability Zone.</p>
673
+ * @public
674
+ */
675
+ export declare class SubnetAlreadyInUse extends __BaseException {
676
+ readonly name: "SubnetAlreadyInUse";
677
+ readonly $fault: "client";
678
+ /**
679
+ * @internal
680
+ */
681
+ constructor(opts: __ExceptionOptionType<SubnetAlreadyInUse, __BaseException>);
682
+ }
683
+ /**
684
+ * <p>The cluster doesn't have enough capacity for the current operation.</p>
685
+ * @public
686
+ */
687
+ export declare class InsufficientDBClusterCapacityFault extends __BaseException {
688
+ readonly name: "InsufficientDBClusterCapacityFault";
689
+ readonly $fault: "client";
690
+ /**
691
+ * @internal
692
+ */
693
+ constructor(opts: __ExceptionOptionType<InsufficientDBClusterCapacityFault, __BaseException>);
694
+ }
695
+ /**
696
+ * <p>The state of the snapshot doesn't allow deletion.</p>
697
+ * @public
698
+ */
699
+ export declare class InvalidDBSnapshotStateFault extends __BaseException {
700
+ readonly name: "InvalidDBSnapshotStateFault";
701
+ readonly $fault: "client";
702
+ /**
703
+ * @internal
704
+ */
705
+ constructor(opts: __ExceptionOptionType<InvalidDBSnapshotStateFault, __BaseException>);
706
+ }
707
+ /**
708
+ * <p>You cannot restore from a virtual private cloud (VPC) backup to a non-VPC DB
709
+ * instance.</p>
710
+ * @public
711
+ */
712
+ export declare class InvalidRestoreFault extends __BaseException {
713
+ readonly name: "InvalidRestoreFault";
714
+ readonly $fault: "client";
715
+ /**
716
+ * @internal
717
+ */
718
+ constructor(opts: __ExceptionOptionType<InvalidRestoreFault, __BaseException>);
719
+ }