Class: Aws::CognitoIdentityProvider::Types::MFAMethodNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::MFAMethodNotFoundException
- Includes:
- Structure
- Defined in:
- 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.
6725 6726 6727 6728 6729 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6725 class MFAMethodNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |