AWSAutoScalingBatchPutScheduledUpdateGroupActionAnswer
Objective-C
@interface AWSAutoScalingBatchPutScheduledUpdateGroupActionAnswer
Swift
class AWSAutoScalingBatchPutScheduledUpdateGroupActionAnswer
-
The names of the scheduled actions that could not be created or updated, including an error message.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSAutoScalingFailedScheduledUpdateGroupActionRequest *> *_Nullable failedScheduledUpdateGroupActions;
Swift
var failedScheduledUpdateGroupActions: [AWSAutoScalingFailedScheduledUpdateGroupActionRequest]? { get set }