AWSEC2VpcPeeringConnectionStateReason
Objective-C
@interface AWSEC2VpcPeeringConnectionStateReason
Swift
class AWSEC2VpcPeeringConnectionStateReason
Describes the status of a VPC peering connection.
-
The status of the VPC peering connection.
Declaration
Objective-C
@property (nonatomic) AWSEC2VpcPeeringConnectionStateReasonCode code;Swift
var code: AWSEC2VpcPeeringConnectionStateReasonCode { get set } -
A message that provides more information about the status, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set }
View on GitHub
Install in Dash
AWSEC2VpcPeeringConnectionStateReason Class Reference