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
13362 13363 13364 13365 13366 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13362 class WebAuthnClientMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |