Class: Aws::GuardDuty::Types::DeclineInvitationsResponse

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

Overview

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



659
660
661
662
# File 'lib/aws-sdk-guardduty/types.rb', line 659

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