BatchUpdateDetectorResponse
public struct BatchUpdateDetectorResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of those detector updates that resulted in errors. (If an error is listed here, the specific update did not occur.)
Declaration
Swift
public let batchUpdateDetectorErrorEntries: [BatchUpdateDetectorErrorEntry]? -
Undocumented
Declaration
Swift
public init(batchUpdateDetectorErrorEntries: [BatchUpdateDetectorErrorEntry]? = nil)
View on GitHub
BatchUpdateDetectorResponse Structure Reference