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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.

Returns:



7311
7312
7313
7314
7315
# File 'lib/aws-sdk-guardduty/types.rb', line 7311

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