ConfigStreamDeliveryInfo
public struct ConfigStreamDeliveryInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code from the last attempted delivery.
Declaration
Swift
public let lastErrorCode: String?
-
The error message from the last attempted delivery.
Declaration
Swift
public let lastErrorMessage: String?
-
Status of the last attempted delivery. Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
Declaration
Swift
public let lastStatus: DeliveryStatus?
-
The time from the last status change.
Declaration
Swift
public let lastStatusChangeTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(lastErrorCode: String? = nil, lastErrorMessage: String? = nil, lastStatus: DeliveryStatus? = nil, lastStatusChangeTime: TimeStamp? = nil)