Class: Aws::CognitoIdentityProvider::Types::WebAuthnClientMismatchException

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

#messageString

Returns:

  • (String)


14008
14009
14010
14011
14012
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14008

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