AuditManager.Client.
delete_assessment_framework_share
(**kwargs)¶Deletes a share request for a custom framework in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.delete_assessment_framework_share(
requestId='string',
requestType='SENT'|'RECEIVED'
)
[REQUIRED]
The unique identifier for the share request to be deleted.
[REQUIRED]
Specifies whether the share request is a sent request or a received request.
dict
Response Syntax
{}
Response Structure
Exceptions
AuditManager.Client.exceptions.ResourceNotFoundException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.InternalServerException