Class: Aws::ConfigService::Types::PutEvaluationsResponse

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_evaluationsArray<Types::Evaluation>

Requests that failed because of a client or server error.

Returns:



6676
6677
6678
6679
6680
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 6676

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