Class: Aws::CognitoIdentityProvider::Types::MFAMethodNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::MFAMethodNotFoundException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when Amazon Cognito can't find a multi-factor authentication (MFA) method.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when Amazon Cognito throws an MFA method not found exception.
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito throws an MFA method not found exception.
8188 8189 8190 8191 8192 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8188 class MFAMethodNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |