私はboto3クライアントを持っています:
boto3.client('kms')
しかし、それは新しいマシンで起こります. それらは動的に開閉します.
if endpoint is None:
if region_name is None:
# Raise a more specific error message that will give
# better guidance to the user what needs to happen.
raise NoRegionError()
なぜこうなった?そして、なぜ一部の時間だけですか?