Class: Aws::AppMesh::Errors::ForbiddenException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::AppMesh::Errors::ForbiddenException
 
 
- Defined in:
 - lib/aws-sdk-appmesh/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ForbiddenException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ForbiddenException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
      82 83 84  | 
    
      # File 'lib/aws-sdk-appmesh/errors.rb', line 82 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      87 88 89  | 
    
      # File 'lib/aws-sdk-appmesh/errors.rb', line 87 def @message || @data[:message] end  |