How to Fix AttributeError: module ‘botocore.vendored.requests’ has no attribute ‘exceptions’ Traceback
Exception has occurred: AttributeError
module ‘botocore.vendored.requests’ has no attribute ‘exceptions’
File “/Users/shrikantpadhy/Desktop/SWA-ENGINE/gateai-preplanning-engine/runner/main.py”, line 8, in <module>
import boto3
AttributeError: module ‘botocore.vendored.requests’ has no attribute ‘exceptions’
How to get VPC’s associated with site to site VPN connections using boto3 for aws?
i have some vpc’s associated with Site to SIte VPN connection’s. using VPC ID i want to get vpn connection’s associated with that perticulat VPC id.