EventItemResponse

public struct EventItemResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A custom message that’s returned in the response as a result of processing the event.

    Declaration

    Swift

    public let message: String?
  • The status code that’s returned in the response as a result of processing the event. Possible values are: 202, for events that were accepted; and, 400, for events that weren’t valid.

    Declaration

    Swift

    public let statusCode: Int?
  • Undocumented

    Declaration

    Swift

    public init(message: String? = nil, statusCode: Int? = nil)