Class: Aws::WAFV2::Errors::WAFLimitsExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WAFV2::Errors::WAFLimitsExceededException
- Defined in:
- lib/aws-sdk-wafv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFLimitsExceededException
constructor
A new instance of WAFLimitsExceededException.
- #message ⇒ String
- #source_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFLimitsExceededException
Returns a new instance of WAFLimitsExceededException.
211 212 213 |
# File 'lib/aws-sdk-wafv2/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-wafv2/errors.rb', line 216 def @message || @data[:message] end |
#source_type ⇒ String
221 222 223 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 221 def source_type @data[:source_type] end |