FailedScheduledUpdateGroupActionRequest
public struct FailedScheduledUpdateGroupActionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code.
Declaration
Swift
public let errorCode: String?
-
The error message accompanying the error code.
Declaration
Swift
public let errorMessage: String?
-
The name of the scheduled action.
Declaration
Swift
public let scheduledActionName: String
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, scheduledActionName: String)