Class: Aws::NetworkFirewall::Types::InternalServerError

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2350
2351
2352
2353
2354
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 2350

class InternalServerError < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end