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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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>)


1013
1014
1015
1016
1017
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1013

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