Class: Aws::CognitoIdentityProvider::Types::WebAuthnConfigurationMissingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

#messageString

Returns:

  • (String)


14022
14023
14024
14025
14026
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14022

class WebAuthnConfigurationMissingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end