Class: Aws::AppSync::Errors::UnauthorizedException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::AppSync::Errors::UnauthorizedException
 
 
- Defined in:
 - lib/aws-sdk-appsync/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UnauthorizedException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UnauthorizedException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException
Returns a new instance of UnauthorizedException.
      245 246 247  | 
    
      # File 'lib/aws-sdk-appsync/errors.rb', line 245 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      250 251 252  | 
    
      # File 'lib/aws-sdk-appsync/errors.rb', line 250 def @message || @data[:message] end  |