Class: Aws::ConfigService::Types::DeleteRemediationExceptionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteRemediationExceptionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_batches ⇒ Array<Types::FailedDeleteRemediationExceptionsBatch>
Returns a list of failed delete remediation exceptions batch objects.
Instance Attribute Details
#failed_batches ⇒ Array<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.
2202 2203 2204 2205 2206 |
# File 'lib/aws-sdk-configservice/types.rb', line 2202 class DeleteRemediationExceptionsResponse < Struct.new( :failed_batches) SENSITIVE = [] include Aws::Structure end |