Class: Aws::WAFV2::Errors::WAFServiceLinkedRoleErrorException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::WAFV2::Errors::WAFServiceLinkedRoleErrorException
 
 
- Defined in:
 - lib/aws-sdk-wafv2/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ WAFServiceLinkedRoleErrorException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of WAFServiceLinkedRoleErrorException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ WAFServiceLinkedRoleErrorException
Returns a new instance of WAFServiceLinkedRoleErrorException.
      276 277 278  | 
    
      # File 'lib/aws-sdk-wafv2/errors.rb', line 276 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      281 282 283  | 
    
      # File 'lib/aws-sdk-wafv2/errors.rb', line 281 def @message || @data[:message] end  |