This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Im trying to decrypt the data using AWS KMS key (encrypted). the above code is not working which gives below error. Can anyone pls help me on this. | |
" raise error_class(parsed_response, operation_name) | |
botocore.errorfactory.InvalidCiphertextException: An error occurred (InvalidCiph | |
ertextException) when calling the Decrypt operation:" |