Class: Aws::CognitoIdentityProvider::Errors::UnsupportedTokenTypeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::UnsupportedTokenTypeException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedTokenTypeException
constructor
A new instance of UnsupportedTokenTypeException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedTokenTypeException
Returns a new instance of UnsupportedTokenTypeException.
579 580 581 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 579 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
584 585 586 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 584 def @message || @data[:message] end |