Class: Aws::GuardDuty::Types::StopMonitoringMembersResponse

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

Overview

StopMonitoringMembers response object.

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of objects containing the unprocessed account and a result string explaining why it was unprocessed.

Returns:



2599
2600
2601
2602
# File 'lib/aws-sdk-guardduty/types.rb', line 2599

class StopMonitoringMembersResponse < Struct.new(
  :unprocessed_accounts)
  include Aws::Structure
end