
deactivate-mfa-device
*********************


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

Deactivates the specified MFA device and removes it from association
with the user name for which it was originally enabled.


SYNOPSIS
========

   aws iam deactivate-mfa-device
     --user-name <value>
     --serial-number <value>


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

"--user-name"  (string)
   Name of the user whose MFA device you want to deactivate.

"--serial-number"  (string)
   The serial number that uniquely identifies the MFA device. For
   virtual MFA devices, the serial number is the device ARN.


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

None
