Class: Aws::WAF::Errors::WAFLimitsExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFLimitsExceededException
- Defined in:
- lib/aws-sdk-waf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFLimitsExceededException
constructor
A new instance of WAFLimitsExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFLimitsExceededException
Returns a new instance of WAFLimitsExceededException.
211 212 213 |
# File 'lib/aws-sdk-waf/errors.rb', line 211 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
216 217 218 |
# File 'lib/aws-sdk-waf/errors.rb', line 216 def @message || @data[:message] end |