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 action.
See also: AWS API Documentation
Request Syntax
response = client.get_suite_run_report(
suiteDefinitionId='string',
suiteRunId='string'
)
[REQUIRED]
Suite definition ID of the test suite.
[REQUIRED]
Suite run ID of the test suite run.
dict
Response Syntax
{
'qualificationReportDownloadUrl': 'string'
}
Response Structure
(dict) --
qualificationReportDownloadUrl (string) --
Download URL of the qualification report.
Exceptions
IoTDeviceAdvisor.Client.exceptions.ValidationException
IoTDeviceAdvisor.Client.exceptions.InternalServerException
IoTDeviceAdvisor.Client.exceptions.ResourceNotFoundException