Class: Aws::WAFRegional::Types::WAFInternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFInternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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
6006 6007 6008 6009 6010 |
# File 'lib/aws-sdk-wafregional/types.rb', line 6006 class WAFInternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |