VpcPeeringConnectionStateReason
public struct VpcPeeringConnectionStateReason : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The status of the VPC peering connection.
Declaration
Swift
public let code: VpcPeeringConnectionStateReasonCode? -
A message that provides more information about the status, if applicable.
Declaration
Swift
public let message: String? -
Undocumented
Declaration
Swift
public init(code: VpcPeeringConnectionStateReasonCode? = nil, message: String? = nil)
View on GitHub
VpcPeeringConnectionStateReason Structure Reference