Class: Aws::CognitoIdentityProvider::Types::EnableSoftwareTokenMFAException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EnableSoftwareTokenMFAException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when there is a code mismatch and the service fails to configure the software token TOTP multi-factor authentication (MFA).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4606 4607 4608 4609 4610 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4606 class EnableSoftwareTokenMFAException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |