StatusReason
public struct StatusReason : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The corresponding description for the status reason code.
Declaration
Swift
public let description: String?
-
A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the AWS Security Hub User Guide.
Declaration
Swift
public let reasonCode: String
-
Undocumented
Declaration
Swift
public init(description: String? = nil, reasonCode: String)
-
Declaration
Swift
public func validate(name: String) throws