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)


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

#messageString

Returns:

  • (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