Class: Aws::WAF::Errors::WAFTagOperationInternalErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFTagOperationInternalErrorException
- Defined in:
- lib/aws-sdk-waf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFTagOperationInternalErrorException
constructor
A new instance of WAFTagOperationInternalErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFTagOperationInternalErrorException
Returns a new instance of WAFTagOperationInternalErrorException.
346 347 348 |
# File 'lib/aws-sdk-waf/errors.rb', line 346 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
351 352 353 |
# File 'lib/aws-sdk-waf/errors.rb', line 351 def @message || @data[:message] end |