Class: Aws::APIGateway::Errors::UnauthorizedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnauthorizedException.

Parameters:



154
155
156
# File 'lib/aws-sdk-apigateway/errors.rb', line 154

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

Instance Method Details

#messageString

Returns:

  • (String)


159
160
161
# File 'lib/aws-sdk-apigateway/errors.rb', line 159

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