After creating "ssm = boto3.client('ssm', 'global')" the following error has been displayed.

0

bucket_name = ssm.get_parameter(Name='...', WithDecryption=False)['Parameter']['Value'] raise error_class(parsed_response, operation_name) botocore.errorfactory.ParameterNotFound: An error occurred (ParameterNotFound) when calling the GetParameter operation:

asked 2 years ago87 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions