Group / Action / remove_user
remove_user#
- IAM.Group.remove_user(**kwargs)#
Removes the specified user from the specified group.
See also: AWS API Documentation
Request Syntax
response = group.remove_user( UserName='string' )
- Parameters:
UserName (string) –
[REQUIRED]
The name of the user to remove.
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