Class: Aws::ApplicationDiscoveryService::Types::BatchDeleteImportDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::BatchDeleteImportDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteImportDataError>
Error messages returned for each import task that you deleted as a response for this command.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteImportDataError>
Error messages returned for each import task that you deleted as a response for this command.
300 301 302 303 304 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 300 class BatchDeleteImportDataResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |