4 Answers
- Newest
- Most votes
- Most comments
0
Is your secret value is JSON? if yes, please see if it is a valid jSON. SerializationException can occur if there is a missing comma, curly braces etc.
answered 3 years ago
0
My guess is that this appears to be a malformed API request parameter. It seems that many others have had similar issues. Please refer to the following URL.
0
OK, thanks, tried a couple of different things. Now I'm getting an "UnknownOperationException":
{ "Output": { "__type": "com.amazon.coral.service#UnknownOperationException" }, "Version": "1.0" }
answered 3 years ago
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
The secret value is a string. If I use the AWS CLI, it works but when I try to retrieve the secret value by making a call to the secret manager service via the API endpoint, I get that exception error.