Class: Aws::ConfigService::Types::PutRemediationExceptionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_batchesArray<Types::FailedRemediationExceptionBatch>

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



6877
6878
6879
6880
6881
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6877

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