SecurityIncidentResponse / Client / cancel_membership

cancel_membership#

SecurityIncidentResponse.Client.cancel_membership(**kwargs)#

Grants permissions to cancel an existing membership.

See also: AWS API Documentation

Request Syntax

response = client.cancel_membership(
    membershipId='string'
)
Parameters:

membershipId (string) –

[REQUIRED]

Required element used in combination with CancelMembershipRequest to identify the membership ID to cancel.

Return type:

dict

Returns:

Response Syntax

{
    'membershipId': 'string'
}

Response Structure

  • (dict) –

    • membershipId (string) –

      The response element providing responses for requests to CancelMembershipRequest.

Exceptions