Class: Aws::WAFRegional::Types::WAFStaleDataException

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

Overview

The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6277
6278
6279
6280
6281
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 6277

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