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
| 1436 1437 1438 1439 1440 | # File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1436 class HomeRegionNotSetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |