botocore.exceptions未知服务resourcegroupstaggingapi通过boto3.client导入时

时间:2018-06-11 19:04:43

标签: amazon-web-services boto boto3 botocore

我正在尝试使用boto3的文档导入resourcegroupstaggingapi服务并收到错误

  

未知服务ResourceGroupsTaggingApi

导入API的代码

boto3.client('resourcegroupstaggingapi')

错误:

botocore.exceptions.UnknownServiceError: Unknown service: 'resourcegroupstaggingapi'. Valid service names are: acm, apigateway, application-autoscaling, appstream, autoscaling, batch, budgets, clouddirectory, cloudformation, cloudfront, cloudhsm, cloudsearch, cloudsearchdomain, cloudtrail, cloudwatch, codebuild, codecommit, codedeploy, codepipeline, cognito-identity, cognito-idp, cognito-sync, config 

正在使用的版本是

boto3:1.7.33

Documentation

0 个答案:

没有答案