Class: Aws::WAFV2::Types::WAFInternalErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Your request is valid, but WAF 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)


9490
9491
9492
9493
9494
# File 'lib/aws-sdk-wafv2/types.rb', line 9490

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