Class: Aws::WAF::Types::WAFInternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::WAFInternalErrorException
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
The operation failed because of a system problem, even though the request was valid. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5878 5879 5880 5881 5882 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 5878 class WAFInternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |