Class: Aws::CognitoIdentityProvider::Types::EnableSoftwareTokenMFAException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

#messageString

Returns:

  • (String)


4491
4492
4493
4494
4495
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4491

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