Class: Aws::MigrationHub::Types::HomeRegionNotSetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::HomeRegionNotSetException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/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
358 359 360 361 362 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 358 class HomeRegionNotSetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |