AWSAutoScalingFailedScheduledUpdateGroupActionRequest
Objective-C
@interface AWSAutoScalingFailedScheduledUpdateGroupActionRequest
Swift
class AWSAutoScalingFailedScheduledUpdateGroupActionRequest
Describes a scheduled action that could not be created, updated, or deleted.
Required parameters: [ScheduledActionName]
-
The error code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorCode;
Swift
var errorCode: String? { get set }
-
The error message accompanying the error code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorMessage;
Swift
var errorMessage: String? { get set }
-
The name of the scheduled action.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable scheduledActionName;
Swift
var scheduledActionName: String? { get set }