Class: Aws::ConfigService::Types::PutEvaluationsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::PutEvaluationsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #failed_evaluations  ⇒ Array<Types::Evaluation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Requests that failed because of a client or server error.
 
Instance Attribute Details
#failed_evaluations ⇒ Array<Types::Evaluation>
Requests that failed because of a client or server error.
      6676 6677 6678 6679 6680  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 6676 class PutEvaluationsResponse < Struct.new( :failed_evaluations) SENSITIVE = [] include Aws::Structure end  |