Class: Aws::WAFRegional::Types::WAFInternalErrorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/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

#messageString

Returns:

  • (String)


6006
6007
6008
6009
6010
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 6006

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