delete_group_membership

IdentityStore.Client.delete_group_membership(**kwargs)

Delete a membership within a group given MembershipId .

See also: AWS API Documentation

Request Syntax

response = client.delete_group_membership(
    IdentityStoreId='string',
    MembershipId='string'
)
Parameters
  • IdentityStoreId (string) --

    [REQUIRED]

    The globally unique identifier for the identity store.

  • MembershipId (string) --

    [REQUIRED]

    The identifier for a GroupMembership in an identity store.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

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