Class: Aws::CognitoIdentityProvider::Types::WebAuthnCredentialNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnCredentialNotSupportedException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a user presents passkey credentials from an unsupported device or provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14341 14342 14343 14344 14345 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14341 class WebAuthnCredentialNotSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |