Class: Aws::GuardDuty::Types::DeleteInvitationsResponse

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

Overview

DeleteInvitations 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:



767
768
769
770
# File 'lib/aws-sdk-guardduty/types.rb', line 767

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