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
13371 13372 13373 13374 13375 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13371 class WebAuthnConfigurationMissingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |