Class: Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:errors]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::BatchDeleteDelegationByAssessmentError>
A list of errors that the ‘BatchDeleteDelegationByAssessment` API returned.
Instance Attribute Details
#errors ⇒ Array<Types::BatchDeleteDelegationByAssessmentError>
A list of errors that the ‘BatchDeleteDelegationByAssessment` API returned.
963 964 965 966 967 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 963 class BatchDeleteDelegationByAssessmentResponse < Struct.new( :errors) SENSITIVE = [:errors] include Aws::Structure end |