Class: Aws::WAFV2::Errors::WAFOptimisticLockException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::WAFV2::Errors::WAFOptimisticLockException
 
 
- Defined in:
 - lib/aws-sdk-wafv2/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ WAFOptimisticLockException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of WAFOptimisticLockException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFOptimisticLockException
Returns a new instance of WAFOptimisticLockException.
      261 262 263  | 
    
      # File 'lib/aws-sdk-wafv2/errors.rb', line 261 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      266 267 268  | 
    
      # File 'lib/aws-sdk-wafv2/errors.rb', line 266 def @message || @data[:message] end  |