Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 什么';s相当于boto3中的boto.exception.BotoServerError_Python_Amazon Web Services_Boto_Boto3 - Fatal编程技术网

Python 什么';s相当于boto3中的boto.exception.BotoServerError

Python 什么';s相当于boto3中的boto.exception.BotoServerError,python,amazon-web-services,boto,boto3,Python,Amazon Web Services,Boto,Boto3,在中,有一个类BotoServerError(StandardError)。然而,在它不再存在。它的替代品是什么?在Boto3中,它被推入botocore 类ClientError(异常): >>> from botocore.exceptions import ClientError

在中,有一个
类BotoServerError(StandardError)
。然而,在它不再存在。它的替代品是什么?

在Boto3中,它被推入botocore

类ClientError(异常):

>>> from botocore.exceptions import ClientError