Class: Aws::ApplicationDiscoveryService::Types::HomeRegionNotSetException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1141
1142
1143
1144
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1141

class HomeRegionNotSetException < Struct.new(
  :message)
  include Aws::Structure
end