Class: Aws::GameLift::Errors::UnauthorizedException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::GameLift::Errors::UnauthorizedException
 
- Defined in:
- lib/aws-sdk-gamelift/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.
| 268 269 270 | # File 'lib/aws-sdk-gamelift/errors.rb', line 268 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 273 274 275 | # File 'lib/aws-sdk-gamelift/errors.rb', line 273 def @message || @data[:message] end |