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)


14217
14218
14219
14220
14221
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14217

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