AWSEC2PeeringAttachmentStatus
Objective-C
@interface AWSEC2PeeringAttachmentStatus
Swift
class AWSEC2PeeringAttachmentStatus
The status of the transit gateway peering attachment.
-
The status code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable code;
Swift
var code: String? { get set }
-
The status message, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }