associate_assessment_report_evidence_folder

AuditManager.Client.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'
)
Parameters
  • assessmentId (string) --

    [REQUIRED]

    The identifier for the assessment.

  • evidenceFolderId (string) --

    [REQUIRED]

    The identifier for the folder that the evidence is stored in.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • AuditManager.Client.exceptions.ValidationException
  • AuditManager.Client.exceptions.AccessDeniedException
  • AuditManager.Client.exceptions.InternalServerException
  • AuditManager.Client.exceptions.ResourceNotFoundException