Class: Aws::WAFV2::Types::WAFTagOperationInternalErrorException

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

Overview

WAF couldn’t perform your tagging operation because of an internal error. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9593
9594
9595
9596
9597
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 9593

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