Class: Aws::LicenseManager::Errors::RedirectException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::LicenseManager::Errors::RedirectException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-licensemanager/errors.rb', line 234
def location: () -> ::String
|
#message ⇒ String
239 |
# File 'lib/aws-sdk-licensemanager/errors.rb', line 239
def message: () -> ::String
|