Class: Aws::CognitoIdentityProvider::Types::MFAMethodNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message returned when Amazon Cognito throws an MFA method not found exception.

Returns:

  • (String)


6542
6543
6544
6545
6546
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6542

class MFAMethodNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end