QuickSight / Client / describe_dashboards_qa_configuration

describe_dashboards_qa_configuration#

QuickSight.Client.describe_dashboards_qa_configuration(**kwargs)#

Describes an existing dashboard QA configuration.

See also: AWS API Documentation

Request Syntax

response = client.describe_dashboards_qa_configuration(
    AwsAccountId='string'
)
Parameters:

AwsAccountId (string) –

[REQUIRED]

The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want described.

Return type:

dict

Returns:

Response Syntax

{
    'DashboardsQAStatus': 'ENABLED'|'DISABLED',
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • DashboardsQAStatus (string) –

      The status of dashboards QA configuration that you want described.

    • 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.ConflictException

  • QuickSight.Client.exceptions.InvalidParameterValueException

  • QuickSight.Client.exceptions.ThrottlingException

  • QuickSight.Client.exceptions.ResourceNotFoundException

  • QuickSight.Client.exceptions.InternalFailureException