
remove-user-from-group
**********************


DESCRIPTION
===========

Removes the specified user from the specified group.


SYNOPSIS
========

   aws iam remove-user-from-group
     --user-name <value>
     --group-name <value>


REQUIRED PARAMETERS
===================

"--user-name"  (string)
   Name of the user to remove.

"--group-name"  (string)
   Name of the group to update.


OPTIONAL PARAMETERS
===================

None
