Class: Aws::WAF::Errors::WAFStaleDataException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::WAF::Errors::WAFStaleDataException
 
 
- Defined in:
 - lib/aws-sdk-waf/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ WAFStaleDataException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of WAFStaleDataException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFStaleDataException
Returns a new instance of WAFStaleDataException.
      301 302 303  | 
    
      # File 'lib/aws-sdk-waf/errors.rb', line 301 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      306 307 308  | 
    
      # File 'lib/aws-sdk-waf/errors.rb', line 306 def @message || @data[:message] end  |