Class: Aws::WAFV2::Types::WAFInternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFInternalErrorException
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Your request is valid, but AWS WAF couldn’t perform the operation because of a system problem. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9109 9110 9111 9112 9113 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9109 class WAFInternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |