|
30 | 30 | {"shape":"DatabaseUnavailableException"},
|
31 | 31 | {"shape":"TransactionNotFoundException"},
|
32 | 32 | {"shape":"InvalidSecretException"},
|
| 33 | + {"shape":"InvalidResourceStateException"}, |
33 | 34 | {"shape":"ServiceUnavailableError"},
|
34 | 35 | {"shape":"ForbiddenException"},
|
35 | 36 | {"shape":"DatabaseNotFoundException"},
|
|
57 | 58 | {"shape":"DatabaseUnavailableException"},
|
58 | 59 | {"shape":"TransactionNotFoundException"},
|
59 | 60 | {"shape":"InvalidSecretException"},
|
| 61 | + {"shape":"InvalidResourceStateException"}, |
60 | 62 | {"shape":"ServiceUnavailableError"},
|
61 | 63 | {"shape":"ForbiddenException"},
|
62 | 64 | {"shape":"DatabaseNotFoundException"},
|
|
83 | 85 | {"shape":"DatabaseUnavailableException"},
|
84 | 86 | {"shape":"TransactionNotFoundException"},
|
85 | 87 | {"shape":"InvalidSecretException"},
|
| 88 | + {"shape":"InvalidResourceStateException"}, |
86 | 89 | {"shape":"ServiceUnavailableError"},
|
87 | 90 | {"shape":"ForbiddenException"},
|
88 | 91 | {"shape":"DatabaseNotFoundException"},
|
|
132 | 135 | {"shape":"DatabaseUnavailableException"},
|
133 | 136 | {"shape":"TransactionNotFoundException"},
|
134 | 137 | {"shape":"InvalidSecretException"},
|
| 138 | + {"shape":"InvalidResourceStateException"}, |
135 | 139 | {"shape":"ServiceUnavailableError"},
|
136 | 140 | {"shape":"ForbiddenException"},
|
137 | 141 | {"shape":"DatabaseNotFoundException"},
|
|
159 | 163 | {"shape":"DatabaseUnavailableException"},
|
160 | 164 | {"shape":"TransactionNotFoundException"},
|
161 | 165 | {"shape":"InvalidSecretException"},
|
| 166 | + {"shape":"InvalidResourceStateException"}, |
162 | 167 | {"shape":"ServiceUnavailableError"},
|
163 | 168 | {"shape":"ForbiddenException"},
|
164 | 169 | {"shape":"DatabaseNotFoundException"},
|
|
476 | 481 | "members":{
|
477 | 482 | "message":{"shape":"ErrorMessage"}
|
478 | 483 | },
|
479 |
| - "documentation":"<p>A request was canceled because the Aurora Serverless v2 DB instance was in a paused state. The Data API request automatically causes the DB instance to begin resuming. Wait a few seconds and try again.</p>", |
| 484 | + "documentation":"<p>A request was cancelled because the Aurora Serverless v2 DB instance was paused. The Data API request automatically resumes the DB instance. Wait a few seconds and try again.</p>", |
480 | 485 | "error":{
|
481 | 486 | "httpStatusCode":400,
|
482 | 487 | "senderFault":true
|
|
714 | 719 | "exception":true,
|
715 | 720 | "fault":true
|
716 | 721 | },
|
| 722 | + "InvalidResourceStateException":{ |
| 723 | + "type":"structure", |
| 724 | + "members":{ |
| 725 | + "message":{"shape":"ErrorMessage"} |
| 726 | + }, |
| 727 | + "documentation":"<p>The resource is in an invalid state.</p>", |
| 728 | + "error":{ |
| 729 | + "httpStatusCode":400, |
| 730 | + "senderFault":true |
| 731 | + }, |
| 732 | + "exception":true |
| 733 | + }, |
717 | 734 | "InvalidSecretException":{
|
718 | 735 | "type":"structure",
|
719 | 736 | "members":{
|
|
0 commit comments