0
boto exceptions.py에는 class BotoServerError(StandardError)
이 있습니다. 그러나 boto3 exceptions.py에는 더 이상 존재하지 않습니다. 그 대체품은 무엇입니까?boto3의 boto.exception.BotoServerError에 해당하는 내용
boto exceptions.py에는 class BotoServerError(StandardError)
이 있습니다. 그러나 boto3 exceptions.py에는 더 이상 존재하지 않습니다. 그 대체품은 무엇입니까?boto3의 boto.exception.BotoServerError에 해당하는 내용
Boto3에서는 botocore
으로 푸시됩니다.
클래스 ClientError (예외) :
>>> from botocore.exceptions import ClientError