Class: Aws::DatabaseMigrationService::Types::BatchStartRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_entriesArray<Types::BatchStartRecommendationsErrorEntry>

A list with error details about the analysis of each source database.



199
200
201
202
203
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 199

class BatchStartRecommendationsResponse < Struct.new(
  :error_entries)
  SENSITIVE = []
  include Aws::Structure
end