describe_account_subscription
(**kwargs)¶Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription. A successful API call returns an AccountInfo
object that includes an account's name, subscription status, authentication type, edition, and notification email address.
See also: AWS API Documentation
Request Syntax
response = client.describe_account_subscription(
AwsAccountId='string'
)
[REQUIRED]
The Amazon Web Services account ID associated with your Amazon QuickSight account.
{
'AccountInfo': {
'AccountName': 'string',
'Edition': 'STANDARD'|'ENTERPRISE'|'ENTERPRISE_AND_Q',
'NotificationEmail': 'string',
'AuthenticationType': 'string',
'AccountSubscriptionStatus': 'string'
},
'Status': 123,
'RequestId': 'string'
}
Response Structure
A structure that contains the following elements:
The account name that you provided for the Amazon QuickSight subscription in your Amazon Web Services account. You create this name when you sign up for Amazon QuickSight. It's unique over all of Amazon Web Services, and it appears only when users sign in.
The edition of your Amazon QuickSight account.
The email address that will be used for Amazon QuickSight to send notifications regarding your Amazon Web Services account or Amazon QuickSight subscription.
The way that your Amazon QuickSight account is authenticated.
The status of your account subscription.
The HTTP status of the request.
The Amazon Web Services request ID for this operation.
Exceptions
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.InternalFailureException
QuickSight.Client.exceptions.ResourceUnavailableException