ImportFindingsError
public struct ImportFindingsError : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The code of the error returned by the BatchImportFindings operation.
Declaration
Swift
public let errorCode: String
-
The message of the error returned by the BatchImportFindings operation.
Declaration
Swift
public let errorMessage: String
-
The identifier of the finding that could not be updated.
Declaration
Swift
public let id: String
-
Undocumented
Declaration
Swift
public init(errorCode: String, errorMessage: String, id: String)