Problem
public struct Problem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The resource affected by the problem.
Declaration
Swift
public let affectedResource: String?
-
The time when the problem ended, in epoch seconds.
Declaration
Swift
public let endTime: TimeStamp?
-
Feedback provided by the user about the problem.
Declaration
Swift
public let feedback: [FeedbackKey : FeedbackValue]?
-
The ID of the problem.
Declaration
Swift
public let id: String?
-
A detailed analysis of the problem using machine learning.
Declaration
Swift
public let insights: String?
-
The name of the resource group affected by the problem.
Declaration
Swift
public let resourceGroupName: String?
-
A measure of the level of impact of the problem.
Declaration
Swift
public let severityLevel: SeverityLevel?
-
The time when the problem started, in epoch seconds.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the problem.
Declaration
Swift
public let status: Status?
-
The name of the problem.
Declaration
Swift
public let title: String?
-
init(affectedResource:endTime:feedback:id:insights:resourceGroupName:severityLevel:startTime:status:title:)
Undocumented
Declaration
Swift
public init(affectedResource: String? = nil, endTime: TimeStamp? = nil, feedback: [FeedbackKey : FeedbackValue]? = nil, id: String? = nil, insights: String? = nil, resourceGroupName: String? = nil, severityLevel: SeverityLevel? = nil, startTime: TimeStamp? = nil, status: Status? = nil, title: String? = nil)