Class: Aws::Pinpoint::Errors::ForbiddenException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Pinpoint::Errors::ForbiddenException
 
 
- Defined in:
 - lib/aws-sdk-pinpoint/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ForbiddenException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ForbiddenException.
 - #message ⇒ String
 - #request_id ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
      90 91 92  | 
    
      # File 'lib/aws-sdk-pinpoint/errors.rb', line 90 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      95 96 97  | 
    
      # File 'lib/aws-sdk-pinpoint/errors.rb', line 95 def @message || @data[:message] end  | 
  
#request_id ⇒ String
      100 101 102  | 
    
      # File 'lib/aws-sdk-pinpoint/errors.rb', line 100 def request_id @data[:request_id] end  |