QuickSight.Client.describe_dashboard_definition(**kwargs)¶Provides a detailed description of the definition of a dashboard.
Note
If you do not need to know details about the content of a dashboard, for instance if you are trying to check the status of a recently created or updated dashboard, use the DescribeDashboard instead.
See also: AWS API Documentation
Request Syntax
response = client.describe_dashboard_definition(
AwsAccountId='string',
DashboardId='string',
VersionNumber=123,
AliasName='string'
)
[REQUIRED]
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
[REQUIRED]
The ID for the dashboard.
dict
Response Syntax
# This section is too large to render.
# Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render.
# Please see the AWS API Documentation linked below.
Exceptions
QuickSight.Client.exceptions.InvalidParameterValueExceptionQuickSight.Client.exceptions.AccessDeniedExceptionQuickSight.Client.exceptions.ResourceExistsExceptionQuickSight.Client.exceptions.ResourceNotFoundExceptionQuickSight.Client.exceptions.ThrottlingExceptionQuickSight.Client.exceptions.ConflictExceptionQuickSight.Client.exceptions.UnsupportedUserEditionExceptionQuickSight.Client.exceptions.InternalFailureException