Greengrass / Client / delete_resource_definition

delete_resource_definition#

Greengrass.Client.delete_resource_definition(**kwargs)#

Deletes a resource definition.

See also: AWS API Documentation

Request Syntax

response = client.delete_resource_definition(
    ResourceDefinitionId='string'
)
Parameters:

ResourceDefinitionId (string) – [REQUIRED] The ID of the resource definition.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) – success

Exceptions