Problem
public struct Problem : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The resource affected by the problem. DeclarationSwift public let affectedResource: String?
- 
                  
                  The time when the problem ended, in epoch seconds. DeclarationSwift public let endTime: TimeStamp?
- 
                  
                  Feedback provided by the user about the problem. DeclarationSwift public let feedback: [FeedbackKey : FeedbackValue]?
- 
                  
                  The ID of the problem. DeclarationSwift public let id: String?
- 
                  
                  A detailed analysis of the problem using machine learning. DeclarationSwift public let insights: String?
- 
                  
                  The name of the resource group affected by the problem. DeclarationSwift public let resourceGroupName: String?
- 
                  
                  A measure of the level of impact of the problem. DeclarationSwift public let severityLevel: SeverityLevel?
- 
                  
                  The time when the problem started, in epoch seconds. DeclarationSwift public let startTime: TimeStamp?
- 
                  
                  The status of the problem. DeclarationSwift public let status: Status?
- 
                  
                  The name of the problem. DeclarationSwift public let title: String?
- 
                  init(affectedResource:endTime:feedback:id:insights:resourceGroupName:severityLevel:startTime:status:title:)Undocumented DeclarationSwift 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)
 View on GitHub
View on GitHub Problem Structure Reference
        Problem Structure Reference