We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5539031 commit 323309dCopy full SHA for 323309d
clients/node/client-rds-data-node/protocol/AwsRestJson1_1.ts
@@ -95,7 +95,7 @@ export async function executeStatementAwsRestJson1_1Deserialize(
95
async function executeStatementAwsRestJson1_1DeserializeError(
96
output: HttpResponse
97
): Promise<ExecuteStatementResponse> {
98
- let data = await parseBody(output);
+ let data = await parseBody(output.body);
99
let response: any;
100
switch (output.headers["x-amzn-ErrorType"]) {
101
case "BadRequestException":
0 commit comments