
delete-user-policy
******************


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

Deletes the specified policy associated with the specified user.


SYNOPSIS
========

   aws iam delete-user-policy
     --user-name <value>
     --policy-name <value>


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

"--user-name"  (string)
   Name of the user the policy is associated with.

"--policy-name"  (string)
   Name of the policy document to delete.


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

None
