Class: Aws::Macie2::Types::BatchUpdateAutomatedDiscoveryAccountsResponse

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

Overview

Provides the results of a request to change the status of automated sensitive data discovery for one or more Amazon Macie accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::AutomatedDiscoveryAccountUpdateError>



454
455
456
457
458
# File 'lib/aws-sdk-macie2/types.rb', line 454

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