Class: Aws::WAFRegional::Errors::WAFNonEmptyEntityException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFRegional::Errors::WAFNonEmptyEntityException
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFNonEmptyEntityException
constructor
A new instance of WAFNonEmptyEntityException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFNonEmptyEntityException
Returns a new instance of WAFNonEmptyEntityException.
227 228 229 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 227 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
232 233 234 |
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/errors.rb', line 232 def @message || @data[:message] end |