I would like to import the exception that occurs when a boto3 ssm parameter is not found with get_parameter. I\
import
exception
boto3
ssm
get_parameter
mc = boto3.client('ssm') try: ... except mc.exceptions.ParameterNotFound: ...