【发布时间】:2016-03-23 07:18:10
【问题描述】:
根据文档区域也是 boto.emr.EmrConnection 类的参数,但是,在建立连接时出现以下错误: conn = boto.emr.EmrConnection(profile_name='profile_name', region='us-west-2')
init 中的文件“C:\Python27\lib\site-packages\boto-2.38.0-py2.7.egg\boto\emr\connection.py”,第 68 行 self.region.endpoint,调试, AttributeError: 'str' 对象没有属性 'endpoint'
有什么想法吗?
【问题讨论】:
标签: python amazon-web-services boto amazon-emr