What is the TooManyActiveKeysException? #4118
-
I'm using |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi @jancastor , That seems like a service error not an SDK error. Can you please do these two things:
client.middlewareStack.add(next => args => {
console.log(args.request);
return next(args);
}, {step: 'build'})
const res = await client.send(command)
console.log(res) Thanks, |
Beta Was this translation helpful? Give feedback.
-
P105102299 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Here's an update from service team: