Class: Aws::WAF::Errors::WAFInvalidRegexPatternException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAF::Errors::WAFInvalidRegexPatternException
- Defined in:
- lib/aws-sdk-waf/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFInvalidRegexPatternException
constructor
A new instance of WAFInvalidRegexPatternException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFInvalidRegexPatternException
Returns a new instance of WAFInvalidRegexPatternException.
196 197 198 |
# File 'lib/aws-sdk-waf/errors.rb', line 196 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
201 202 203 |
# File 'lib/aws-sdk-waf/errors.rb', line 201 def @message || @data[:message] end |