:doc:`IoTDeviceAdvisor <../../iotdeviceadvisor>` / Client / get_suite_run_report

********************
get_suite_run_report
********************



.. py:method:: IoTDeviceAdvisor.Client.get_suite_run_report(**kwargs)

  

  Gets a report download link for a successful Device Advisor qualifying test suite run.

   

  Requires permission to access the `GetSuiteRunReport <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotdeviceadvisor-2020-09-18/GetSuiteRunReport>`_  


  **Request Syntax**
  ::

    response = client.get_suite_run_report(
        suiteDefinitionId='string',
        suiteRunId='string'
    )
    
  :type suiteDefinitionId: string
  :param suiteDefinitionId: **[REQUIRED]** 

    Suite definition ID of the test suite.

    

  
  :type suiteRunId: string
  :param suiteRunId: **[REQUIRED]** 

    Suite run ID of the test suite run.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'qualificationReportDownloadUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **qualificationReportDownloadUrl** *(string) --* 

        Download URL of the qualification report.

        
  
  **Exceptions**
  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException`

  