Class: Aws::CognitoIdentityProvider::Types::WebAuthnNotEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnNotEnabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the passkey feature isn’t enabled for the user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13687 13688 13689 13690 13691 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13687 class WebAuthnNotEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |