MpaStatus

class MpaStatus

The status of an MPA session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time when the MPA session was initiated.

Link copied to clipboard

The ARN of the MPA session.

Link copied to clipboard

The current status of the MPA session.

Link copied to clipboard

The message providing additional information about the MPA session status.

Functions

Link copied to clipboard
inline fun copy(block: MpaStatus.Builder.() -> Unit = {}): MpaStatus
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String