PeeringAttachmentStatus
public struct PeeringAttachmentStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status code.
Declaration
Swift
public let code: String?
-
The status message, if applicable.
Declaration
Swift
public let message: String?
-
Undocumented
Declaration
Swift
public init(code: String? = nil, message: String? = nil)