QuickSight / Client / restore_analysis

restore_analysis#

QuickSight.Client.restore_analysis(**kwargs)#

Restores an analysis.

See also: AWS API Documentation

Request Syntax

response = client.restore_analysis(
    AwsAccountId='string',
    AnalysisId='string'
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The ID of the Amazon Web Services account that contains the analysis.

  • AnalysisId (string) –

    [REQUIRED]

    The ID of the analysis that you’re restoring.

Return type:

dict

Returns:

Response Syntax

{
    'Status': 123,
    'Arn': 'string',
    'AnalysisId': 'string',
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • Status (integer) –

      The HTTP status of the request.

    • Arn (string) –

      The Amazon Resource Name (ARN) of the analysis that you’re restoring.

    • AnalysisId (string) –

      The ID of the analysis that you’re restoring.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

Exceptions