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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/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)


1432
1433
1434
1435
1436
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1432

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