PutEventsResultEntry
public struct PutEventsResultEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The error code that indicates why the event submission failed.
Declaration
Swift
public let errorCode: String? -
The error message that explains why the event submission failed.
Declaration
Swift
public let errorMessage: String? -
The ID of the event.
Declaration
Swift
public let eventId: String? -
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, eventId: String? = nil)
View on GitHub
PutEventsResultEntry Structure Reference