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

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


9352
9353
9354
9355
9356
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9352

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