Class: Aws::CognitoIdentityProvider::Errors::WebAuthnRelyingPartyMismatchException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnRelyingPartyMismatchException

Returns a new instance of WebAuthnRelyingPartyMismatchException.

Parameters:



944
945
946
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/errors.rb', line 944

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


949
950
951
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/errors.rb', line 949

def message
  @message || @data[:message]
end