Class: Aws::ApplicationDiscoveryService::Types::HomeRegionNotSetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::HomeRegionNotSetException
- 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
#message ⇒ String
1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1304 class HomeRegionNotSetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |