Class: Aws::CognitoIdentityProvider::Types::WebAuthnConfigurationMissingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::WebAuthnConfigurationMissingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a user pool doesn’t have a configured relying party id or a user pool domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13546 13547 13548 13549 13550 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13546 class WebAuthnConfigurationMissingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |