BatchPutMessageErrorEntry
public struct BatchPutMessageErrorEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code associated with the error.
Declaration
Swift
public let errorCode: ErrorCode? -
More information about 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: ErrorCode? = nil, errorMessage: String? = nil, messageId: String? = nil)
View on GitHub
BatchPutMessageErrorEntry Structure Reference