Class: Aws::ApplicationDiscoveryService::Types::HomeRegionNotSetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::HomeRegionNotSetException
- Includes:
- Structure
- Defined in:
- 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
1432 1433 1434 1435 1436 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1432 class HomeRegionNotSetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |