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