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.
7139 7140 7141 7142 7143 |
# File 'lib/aws-sdk-configservice/types.rb', line 7139 class PutEvaluationsResponse < Struct.new( :failed_evaluations) SENSITIVE = [] include Aws::Structure end |