Class: Aws::LicenseManager::Types::RedirectException

Inherits:
Struct
  • Object
show all
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

#locationString

Returns:

  • (String)


4195
4196
4197
4198
4199
4200
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4195

class RedirectException < Struct.new(
  :location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


4195
4196
4197
4198
4199
4200
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 4195

class RedirectException < Struct.new(
  :location,
  :message)
  SENSITIVE = []
  include Aws::Structure
end