associate_assessment_report_evidence_folder
(**kwargs)¶Associates an evidence folder to an assessment report in an Audit Manager assessment.
See also: AWS API Documentation
Request Syntax
response = client.associate_assessment_report_evidence_folder(
assessmentId='string',
evidenceFolderId='string'
)
[REQUIRED]
The identifier for the assessment.
[REQUIRED]
The identifier for the folder that the evidence is stored in.
dict
Response Syntax
{}
Response Structure
Exceptions
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ResourceNotFoundException