remove_group

IAM.User.remove_group(**kwargs)

Removes the specified user from the specified group.

See also: AWS API Documentation

Request Syntax

response = user.remove_group(
    GroupName='string',

)
Parameters
GroupName (string) --

[REQUIRED]

The name of the group to update.

This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Returns
None