AWSEC2AssociationStatus
Objective-C
@interface AWSEC2AssociationStatus
Swift
class AWSEC2AssociationStatus
Describes the state of a target network association.
-
The state of the target network association.
Declaration
Objective-C
@property (nonatomic) AWSEC2AssociationStatusCode code;Swift
var code: AWSEC2AssociationStatusCode { get set } -
A message about the status of the target network association, if applicable.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;Swift
var message: String? { get set }
View on GitHub
Install in Dash
AWSEC2AssociationStatus Class Reference