Class: Aws::WAFV2::Types::WAFInternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFInternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Your request is valid, but 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
9490 9491 9492 9493 9494 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9490 class WAFInternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |