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
      9483 9484 9485 9486 9487  | 
    
      # File 'lib/aws-sdk-wafv2/types.rb', line 9483 class WAFInternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |