Class: Aws::DatabaseMigrationService::Types::BatchStartRecommendationsErrorEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The code of an error that occurred during the analysis of the source database.

Returns:

  • (String)


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_idString

The identifier of the source database.

Returns:

  • (String)


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

#messageString

The information about the error.

Returns:

  • (String)


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