Message

data class Message(    val contentId: String,     val messageType: String,     val status: String,     val failed: Boolean,     val errors: List<SQSError>)

Constructors

Link copied to clipboard
constructor(    contentId: String,     messageType: String,     status: String,     failed: Boolean,     errors: List<SQSError>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard