Class: Aws::SecurityLake::Types::DeleteAwsLogSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DeleteAwsLogSourceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<String>
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
Instance Attribute Details
#failed ⇒ Array<String>
Deletion of the Amazon Web Services sources failed as the account is not a part of the organization.
1019 1020 1021 1022 1023 |
# File 'lib/aws-sdk-securitylake/types.rb', line 1019 class DeleteAwsLogSourceResponse < Struct.new( :failed) SENSITIVE = [] include Aws::Structure end |