Class: Aws::ConfigService::Types::FailedDeleteRemediationExceptionsBatch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::FailedDeleteRemediationExceptionsBatch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
List of each of the failed delete remediation exceptions with specific reasons.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #failed_items  ⇒ Array<Types::RemediationExceptionResourceKey> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns remediation exception resource key object of the failed items.
 - 
  
    
      #failure_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns a failure message for delete remediation exception.
 
Instance Attribute Details
#failed_items ⇒ Array<Types::RemediationExceptionResourceKey>
Returns remediation exception resource key object of the failed items.
      3826 3827 3828 3829 3830 3831  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3826 class FailedDeleteRemediationExceptionsBatch < Struct.new( :failure_message, :failed_items) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_message ⇒ String
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.
      3826 3827 3828 3829 3830 3831  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 3826 class FailedDeleteRemediationExceptionsBatch < Struct.new( :failure_message, :failed_items) SENSITIVE = [] include Aws::Structure end  |