PutEvaluationsResponse
public struct PutEvaluationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Requests that failed because of a client or server error.
Declaration
Swift
public let failedEvaluations: [Evaluation]? -
Undocumented
Declaration
Swift
public init(failedEvaluations: [Evaluation]? = nil)
View on GitHub
PutEvaluationsResponse Structure Reference