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.ValidationExceptionAuditManager.Client.exceptions.AccessDeniedExceptionAuditManager.Client.exceptions.InternalServerExceptionAuditManager.Client.exceptions.ResourceNotFoundException