python–Boto3 InvalidParameterException

python–Boto3 InvalidParameterException,第1张

概述我有一些调用AWS的Rekognition服务的代码.有时会抛出此异常:An error occurred (InvalidParameterException) when calling the DetectLabels operation: Request has Invalid Parameters 但是,我无法在文档或代码中的任何位置找到Invali

我有一些调用AWS的Rekognition服务的代码.有时会抛出此异常:

An error occurred (InvalIDParameterException) when calling the DetectLabels operation: Request has InvalID Parameters

但是,我无法在文档或代码中的任何位置找到InvalIDParameterException,因此我无法在发生这种情况时编写特定的处理程序.有谁知道该例外的库模块是什么?最佳答案我在boto/cognito/identity/exceptions.py找到它:

from boto.exception import BotoServerErrorclass InvalIDParameterException(BotoServerError):    pass
总结

以上是内存溢出为你收集整理的python – Boto3 InvalidParameterException全部内容,希望文章能够帮你解决python – Boto3 InvalidParameterException所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1206232.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-04
下一篇 2022-06-04

发表评论

登录后才能评论

评论列表(0条)

保存