Class: Aws::WAFRegional::Errors::WAFNonexistentItemException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFRegional::Errors::WAFNonexistentItemException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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.
257 258 259 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 257 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
262 263 264 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 262 def @message || @data[:message] end |