Untag resource
async_boto.validation.lambda_.untag_resource
UntagResourceRequest
Bases: BaseModel
Request model for removing tags from a function, event source mapping, or code signing configuration.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ARN |
The resource's Amazon Resource Name (ARN).
TYPE:
|
TagKeys |
A list of tag keys to remove from the resource.
TYPE:
|
ARN
instance-attribute
ARN
TagKeys
instance-attribute
TagKeys
UntagResourceResponse
Bases: BaseModel
Response model for removing tags from a function, event source mapping, or code signing configuration.
This is an empty response model as the API returns a 204 No Content status.