You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

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

Possible values:

  • NOT_FOUND
  • INTERNAL_SERVER_ERROR
  • OVER_LIMIT

Returns:

  • (String)

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

#error_descriptionString

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

Returns:

  • (String)

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

#import_task_idString

The unique import ID associated with the error that occurred.

Returns:

  • (String)

    The unique import ID associated with the error that occurred.