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.AccessDeniedException

  • QuickSight.Client.exceptions.InvalidParameterValueException

  • QuickSight.Client.exceptions.InvalidParameterException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.PreconditionNotMetException

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.InternalFailureException

  • QuickSight.Client.exceptions.ResourceUnavailableException