PutEventsResponse

public struct PutEventsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.

    Declaration

    Swift

    public let entries: [PutEventsResultEntry]?
  • The number of failed entries.

    Declaration

    Swift

    public let failedEntryCount: Int?
  • Undocumented

    Declaration

    Swift

    public init(entries: [PutEventsResultEntry]? = nil, failedEntryCount: Int? = nil)