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)


14054
14055
14056
14057
14058
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 14054

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