Class: Aws::WAFV2::Errors::WAFInternalErrorException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::WAFV2::Errors::WAFInternalErrorException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-wafv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFInternalErrorException
constructor
A new instance of WAFInternalErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFInternalErrorException
Returns a new instance of WAFInternalErrorException.
142 143 144 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 142 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
147 |
# File 'lib/aws-sdk-wafv2/errors.rb', line 147
def message: () -> ::String
|