Class: Aws::MigrationHub::Types::HomeRegionNotSetException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

The home region is not set. Set the home region to continue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


358
359
360
361
362
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 358

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