TransitGatewayPeeringAttachmentPeeringAttachmentStatus

data class TransitGatewayPeeringAttachmentPeeringAttachmentStatus(val code: String? = null, val message: String? = null)

Constructors

constructor(code: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

The status code.

Link copied to clipboard
val message: String? = null

The status message, if applicable.