Class: Aws::WAF::Errors::WAFTagOperationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFTagOperationException
- Defined in:
- lib/aws-sdk-waf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFTagOperationException
constructor
A new instance of WAFTagOperationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFTagOperationException
Returns a new instance of WAFTagOperationException.
331 332 333 |
# File 'lib/aws-sdk-waf/errors.rb', line 331 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
336 337 338 |
# File 'lib/aws-sdk-waf/errors.rb', line 336 def @message || @data[:message] end |