Class: Aws::WAFV2::Errors::WAFAssociatedItemException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::WAFV2::Errors::WAFAssociatedItemException
 
 
- Defined in:
 - lib/aws-sdk-wafv2/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ WAFAssociatedItemException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of WAFAssociatedItemException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFAssociatedItemException
Returns a new instance of WAFAssociatedItemException.
      61 62 63  | 
    
      # File 'lib/aws-sdk-wafv2/errors.rb', line 61 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      66 67 68  | 
    
      # File 'lib/aws-sdk-wafv2/errors.rb', line 66 def @message || @data[:message] end  |