BatchPutMessageErrorEntry

public struct BatchPutMessageErrorEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The code associated with the error.

    Declaration

    Swift

    public let errorCode: String?
  • The message associated with the error.

    Declaration

    Swift

    public let errorMessage: String?
  • The ID of the message that caused the error. (See the value corresponding to the “messageId” key in the message object.)

    Declaration

    Swift

    public let messageId: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, errorMessage: String? = nil, messageId: String? = nil)