Class: Aws::CognitoIdentityProvider::Types::WebAuthnClientMismatchException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::WebAuthnClientMismatchException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when the access token is for a different client than the one in the original ‘StartWebAuthnRegistration` request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      13532 13533 13534 13535 13536  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13532 class WebAuthnClientMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |