Class: Aws::NetworkFirewall::Types::InternalServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::InternalServerError
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Your request is valid, but Network Firewall 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
4647 4648 4649 4650 4651 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4647 class InternalServerError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |