Class: Aws::Macie::Types::DisassociateS3ResourcesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::DisassociateS3ResourcesResult
- Defined in:
- gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_s3_resources ⇒ Array<Types::FailedS3Resource>
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic.
Instance Attribute Details
#failed_s3_resources ⇒ Array<Types::FailedS3Resource>
S3 resources that couldn't be removed from being monitored and classified by Amazon Macie Classic. An error code and an error message are provided for each failed item.
226 227 228 229 230 |
# File 'gems/aws-sdk-macie/lib/aws-sdk-macie/types.rb', line 226 class DisassociateS3ResourcesResult < Struct.new( :failed_s3_resources) SENSITIVE = [] include Aws::Structure end |