AuditManager.Client.
disassociate_assessment_report_evidence_folder
(**kwargs)¶Disassociates an evidence folder from the specified assessment report in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_assessment_report_evidence_folder(
assessmentId='string',
evidenceFolderId='string'
)
[REQUIRED]
The unique identifier for the assessment.
[REQUIRED]
The unique 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