Class: Aws::ApplicationDiscoveryService::Types::BatchDeleteImportDataError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::BatchDeleteImportDataError
- 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
-
#error_code ⇒ String
The type of error that occurred for a specific import task.
-
#error_description ⇒ String
The description of the error that occurred for a specific import task.
-
#import_task_id ⇒ String
The unique import ID associated with the error that occurred.
Instance Attribute Details
#error_code ⇒ String
The type of error that occurred for a specific import task.
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_description ⇒ String
The description of the error that occurred for a specific import task.
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_id ⇒ String
The unique import ID associated with the error that occurred.
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 |