DisassociateS3ResourcesResult
public struct DisassociateS3ResourcesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let failedS3Resources: [FailedS3Resource]?
-
Undocumented
Declaration
Swift
public init(failedS3Resources: [FailedS3Resource]? = nil)