RemediationException
public struct RemediationException : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the AWS Config rule.
Declaration
Swift
public let configRuleName: String
-
The time when the remediation exception will be deleted.
Declaration
Swift
public let expirationTime: TimeStamp?
-
An explanation of an remediation exception.
Declaration
Swift
public let message: String?
-
The ID of the resource (for example., sg-xxxxxx).
Declaration
Swift
public let resourceId: String
-
The type of a resource.
Declaration
Swift
public let resourceType: String
-
Undocumented
Declaration
Swift
public init(configRuleName: String, expirationTime: TimeStamp? = nil, message: String? = nil, resourceId: String, resourceType: String)