Class: Aws::CognitoIdentityProvider::Errors::WebAuthnCredentialNotSupportedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::WebAuthnCredentialNotSupportedException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnCredentialNotSupportedException
constructor
A new instance of WebAuthnCredentialNotSupportedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnCredentialNotSupportedException
Returns a new instance of WebAuthnCredentialNotSupportedException.
819 820 821 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 819 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
824 825 826 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 824 def @message || @data[:message] end |