DescribeSeverityLevelsResponse
public struct DescribeSeverityLevelsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
Declaration
Swift
public let severityLevels: [SeverityLevel]?
-
Undocumented
Declaration
Swift
public init(severityLevels: [SeverityLevel]? = nil)