Class: Aws::ApplicationDiscoveryService::Types::BatchDeleteImportDataError

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

Overview

Error messages returned for each import task that you deleted as a response for this command.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The type of error that occurred for a specific import task.

Returns:

  • (String)


271
272
273
274
275
276
277
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 271

class BatchDeleteImportDataError < Struct.new(
  :import_task_id,
  :error_code,
  :error_description)
  SENSITIVE = []
  include Aws::Structure
end

#error_descriptionString

The description of the error that occurred for a specific import task.

Returns:

  • (String)


271
272
273
274
275
276
277
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 271

class BatchDeleteImportDataError < Struct.new(
  :import_task_id,
  :error_code,
  :error_description)
  SENSITIVE = []
  include Aws::Structure
end

#import_task_idString

The unique import ID associated with the error that occurred.

Returns:

  • (String)


271
272
273
274
275
276
277
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 271

class BatchDeleteImportDataError < Struct.new(
  :import_task_id,
  :error_code,
  :error_description)
  SENSITIVE = []
  include Aws::Structure
end