MfaClientNotInitializedException

class MfaClientNotInitializedException(message: String? = "MFA client not initialized", cause: Throwable? = null) : MfaException

Exception thrown when an MFA operation is performed on an uninitialized client.

Parameters

message

The error message.

cause

The underlying cause of the exception.

Constructors

Link copied to clipboard
constructor(message: String? = "MFA client not initialized", cause: Throwable? = null)