
delete-role-policy
******************


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

Deletes the specified policy associated with the specified role.


SYNOPSIS
========

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


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

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

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


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

None
