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)


1436
1437
1438
1439
1440
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1436

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