Class: Aws::MigrationHub::Errors::HomeRegionNotSetException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MigrationHub::Errors::HomeRegionNotSetException
- Defined in:
- lib/aws-sdk-migrationhub/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HomeRegionNotSetException
constructor
A new instance of HomeRegionNotSetException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HomeRegionNotSetException
Returns a new instance of HomeRegionNotSetException.
82 83 84 |
# File 'lib/aws-sdk-migrationhub/errors.rb', line 82 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
87 88 89 |
# File 'lib/aws-sdk-migrationhub/errors.rb', line 87 def @message || @data[:message] end |