AWS SDK for .NET Documentation
ResyncMFADevice Method (request)
AmazonAmazon.IdentityManagementAmazonIdentityManagementServiceClientResyncMFADevice(ResyncMFADeviceRequest) Did this page help you?   Yes   No    Tell us about it...
Synchronizes the specified MFA device with AWS servers.
Declaration Syntax
C#
public ResyncMFADeviceResponse ResyncMFADevice(
	ResyncMFADeviceRequest request
)
Parameters
request (ResyncMFADeviceRequest)
Container for the necessary parameters to execute the ResyncMFADevice service method.
Return Value
The response from the ResyncMFADevice service method, as returned by IdentityManagementService.
Exceptions
ExceptionCondition
InvalidAuthenticationCodeException The request was rejected because the authentication code was not recognized. The error message describes the specific error.
LimitExceededException The request was rejected because it attempted to create resources beyond the current AWS account limits. The error message describes the limit exceeded.
NoSuchEntityException The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)