AuditManager / Client / delete_assessment_framework_share

delete_assessment_framework_share#

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'
)
Parameters:
  • requestId (string) –

    [REQUIRED]

    The unique identifier for the share request to be deleted.

  • requestType (string) –

    [REQUIRED]

    Specifies whether the share request is a sent request or a received request.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions