Class: Aws::DatabaseMigrationService::Types::BatchStartRecommendationsErrorEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::BatchStartRecommendationsErrorEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about the errors that occurred during the analysis of the source database.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The code of an error that occurred during the analysis of the source database.
-
#database_id ⇒ String
The identifier of the source database.
-
#message ⇒ String
The information about the error.
Instance Attribute Details
#code ⇒ String
The code of an error that occurred during the analysis of the source database.
170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 170 class BatchStartRecommendationsErrorEntry < Struct.new( :database_id, :message, :code) SENSITIVE = [] include Aws::Structure end |
#database_id ⇒ String
The identifier of the source database.
170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 170 class BatchStartRecommendationsErrorEntry < Struct.new( :database_id, :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The information about the error.
170 171 172 173 174 175 176 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 170 class BatchStartRecommendationsErrorEntry < Struct.new( :database_id, :message, :code) SENSITIVE = [] include Aws::Structure end |