Class: Aws::LicenseManager::Types::RedirectException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::RedirectException
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
This is not the correct Region for the resource. Try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#location ⇒ String
3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3371 class RedirectException < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3371 class RedirectException < Struct.new( :location, :message) SENSITIVE = [] include Aws::Structure end |