DeleteRemediationExceptionsResponse
public struct DeleteRemediationExceptionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returns a list of failed delete remediation exceptions batch objects. Each object in the batch consists of a list of failed items and failure messages.
Declaration
Swift
public let failedBatches: [FailedDeleteRemediationExceptionsBatch]? -
Undocumented
Declaration
Swift
public init(failedBatches: [FailedDeleteRemediationExceptionsBatch]? = nil)
View on GitHub
DeleteRemediationExceptionsResponse Structure Reference