python boto3 support

2020-01-03 11:09:58 浏览数 (1)

代码语言:javascript复制
boto3

client boto3.client()
response client.describe_cases()
(response)

 raise ClientError(parsed_response, operation_name)

botocore.exceptions.ClientError: An error occurred (SubscriptionRequiredException) when calling the DescribeCases operation: AWS Premium Support Subscription is required to use this service.

0 人点赞