Class: Aws::ConfigService::Types::DeleteRemediationExceptionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_batchesArray<Types::FailedDeleteRemediationExceptionsBatch>

Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.



2488
2489
2490
2491
2492
# File 'lib/aws-sdk-configservice/types.rb', line 2488

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