Container for the parameters to the DeleteVirtualMFADevice operation.

Deletes a virtual MFA device.

NOTE:You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see DeactivateMFADevice.

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DeleteVirtualMFADeviceRequest : AmazonWebServiceRequest
Public Class DeleteVirtualMFADeviceRequest _
	Inherits AmazonWebServiceRequest
public ref class DeleteVirtualMFADeviceRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeleteVirtualMFADeviceRequest()()()()
Initializes a new instance of the DeleteVirtualMFADeviceRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
SerialNumber
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN.

Constraints:

Length
9 - 256
Pattern
[\w+=/:,.@-]*

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithSerialNumber(String)
Sets the SerialNumber property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.IdentityManagement.Model..::..DeleteVirtualMFADeviceRequest

See Also