Class: Aws::AuditManager::Types::BatchDeleteDelegationByAssessmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchDeleteDelegationByAssessmentError>

A list of errors that the ‘BatchDeleteDelegationByAssessment` API returned.



1013
1014
1015
1016
1017
# File 'lib/aws-sdk-auditmanager/types.rb', line 1013

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