Class: Aws::LicenseManager::Errors::RedirectException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LicenseManager::Errors::RedirectException
- Defined in:
- lib/aws-sdk-licensemanager/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RedirectException
constructor
A new instance of RedirectException.
- #location ⇒ String
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RedirectException
Returns a new instance of RedirectException.
229 230 231 |
# File 'lib/aws-sdk-licensemanager/errors.rb', line 229 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#location ⇒ String
234 235 236 |
# File 'lib/aws-sdk-licensemanager/errors.rb', line 234 def location @data[:location] end |
#message ⇒ String
239 240 241 |
# File 'lib/aws-sdk-licensemanager/errors.rb', line 239 def @message || @data[:message] end |