AWSEC2DeleteVpcEndpointConnectionNotificationsResult
Objective-C
@interface AWSEC2DeleteVpcEndpointConnectionNotificationsResult
Swift
class AWSEC2DeleteVpcEndpointConnectionNotificationsResult
-
Information about the notifications that could not be deleted successfully.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2UnsuccessfulItem *> *_Nullable unsuccessful;
Swift
var unsuccessful: [AWSEC2UnsuccessfulItem]? { get set }