Class: Aws::GameLift::Errors::UnauthorizedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-gamelift/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException

Returns a new instance of UnauthorizedException.

Parameters:



252
253
254
# File 'lib/aws-sdk-gamelift/errors.rb', line 252

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


257
258
259
# File 'lib/aws-sdk-gamelift/errors.rb', line 257

def message
  @message || @data[:message]
end