delete_membership

CleanRoomsService.Client.delete_membership(**kwargs)

Deletes a specified membership. All resources under a membership must be deleted.

See also: AWS API Documentation

Request Syntax

response = client.delete_membership(
    membershipIdentifier='string'
)
Parameters
membershipIdentifier (string) --

[REQUIRED]

The identifier for a membership resource.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • CleanRoomsService.Client.exceptions.ConflictException
  • CleanRoomsService.Client.exceptions.ResourceNotFoundException
  • CleanRoomsService.Client.exceptions.InternalServerException
  • CleanRoomsService.Client.exceptions.ValidationException
  • CleanRoomsService.Client.exceptions.ThrottlingException
  • CleanRoomsService.Client.exceptions.AccessDeniedException