Class: Aws::CognitoIdentityProvider::Errors::WebAuthnOriginNotAllowedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::WebAuthnOriginNotAllowedException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnOriginNotAllowedException
constructor
A new instance of WebAuthnOriginNotAllowedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WebAuthnOriginNotAllowedException
Returns a new instance of WebAuthnOriginNotAllowedException.
849 850 851 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 849 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
854 855 856 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 854 def @message || @data[:message] end |