Class: Aws::CognitoIdentityProvider::Errors::WebAuthnRelyingPartyMismatchException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::WebAuthnRelyingPartyMismatchException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnRelyingPartyMismatchException
constructor
A new instance of WebAuthnRelyingPartyMismatchException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnRelyingPartyMismatchException
Returns a new instance of WebAuthnRelyingPartyMismatchException.
912 913 914 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 912 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
917 918 919 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 917 def @message || @data[:message] end |