Class: Aws::SecurityLake::Types::DeleteAwsLogSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<String>

Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.

Returns:

  • (Array<String>)


1019
1020
1021
1022
1023
# File 'lib/aws-sdk-securitylake/types.rb', line 1019

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