delete_resource_config
(**kwargs)¶Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your Config History.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_config(
ResourceType='string',
ResourceId='string'
)
[REQUIRED]
The type of the resource.
[REQUIRED]
Unique identifier of the resource.
None
Exceptions
ConfigService.Client.exceptions.ValidationException
ConfigService.Client.exceptions.NoRunningConfigurationRecorderException