Class: Aws::WAF::Types::WAFStaleDataException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WAF::Types::WAFStaleDataException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-waf/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
#message ⇒ String
      6149 6150 6151 6152 6153  | 
    
      # File 'lib/aws-sdk-waf/types.rb', line 6149 class WAFStaleDataException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |