BatchUpdateFindingsUnprocessedFinding
public struct BatchUpdateFindingsUnprocessedFinding : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code associated with the error.
Declaration
Swift
public let errorCode: String
-
The message associated with the error.
Declaration
Swift
public let errorMessage: String
-
The identifier of the finding that was not updated.
Declaration
Swift
public let findingIdentifier: AwsSecurityFindingIdentifier
-
Undocumented
Declaration
Swift
public init(errorCode: String, errorMessage: String, findingIdentifier: AwsSecurityFindingIdentifier)