首页 > 代码库 > python boto3 support

python boto3 support

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.


python boto3 support