Class: Aws::WAF::Errors::WAFNonexistentItemException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFNonexistentItemException
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFNonexistentItemException
constructor
A new instance of WAFNonexistentItemException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFNonexistentItemException
Returns a new instance of WAFNonexistentItemException.
256 257 258 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/errors.rb', line 256 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
261 262 263 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/errors.rb', line 261 def @message || @data[:message] end |