DeleteRemediationExceptionsRequest
public struct DeleteRemediationExceptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the AWS Config rule for which you want to delete remediation exception configuration.
Declaration
Swift
public let configRuleName: String
-
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
Declaration
Swift
public let resourceKeys: [RemediationExceptionResourceKey]
-
Undocumented
Declaration
Swift
public init(configRuleName: String, resourceKeys: [RemediationExceptionResourceKey])
-
Declaration
Swift
public func validate(name: String) throws