QuickSight / Client / describe_self_upgrade_configuration
describe_self_upgrade_configuration¶
- QuickSight.Client.describe_self_upgrade_configuration(**kwargs)¶
Describes the self-upgrade configuration for a Quick Suite account.
See also: AWS API Documentation
Request Syntax
response = client.describe_self_upgrade_configuration( AwsAccountId='string', Namespace='string' )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the Quick Suite self-upgrade configuration.
Namespace (string) –
[REQUIRED]
The Quick Suite namespace that you want to describe the Quick Suite self-upgrade configuration for.
- Return type:
dict
- Returns:
Response Syntax
{ 'SelfUpgradeConfiguration': { 'SelfUpgradeStatus': 'AUTO_APPROVAL'|'ADMIN_APPROVAL' }, 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
SelfUpgradeConfiguration (dict) –
The self-upgrade configuration for the Quick Suite account.
SelfUpgradeStatus (string) –
Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:
AUTO_APPROVAL: All the self-upgrade requests will be auto approved.ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions
QuickSight.Client.exceptions.AccessDeniedExceptionQuickSight.Client.exceptions.InvalidParameterValueExceptionQuickSight.Client.exceptions.InvalidParameterExceptionQuickSight.Client.exceptions.ResourceNotFoundExceptionQuickSight.Client.exceptions.PreconditionNotMetExceptionQuickSight.Client.exceptions.ThrottlingExceptionQuickSight.Client.exceptions.InternalFailureExceptionQuickSight.Client.exceptions.ResourceUnavailableException