Class: Aws::LicenseManager::Errors::RedirectException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of RedirectException.

Parameters:



229
230
231
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/errors.rb', line 229

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

Instance Method Details

#locationString

Returns:

  • (String)


234
235
236
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/errors.rb', line 234

def location
  @data[:location]
end

#messageString

Returns:

  • (String)


239
240
241
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/errors.rb', line 239

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