:doc:`FMS <../../fms>` / Client / delete_resource_set

*******************
delete_resource_set
*******************



.. py:method:: FMS.Client.delete_resource_set(**kwargs)

  

  Deletes the specified  ResourceSet.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/DeleteResourceSet>`_  


  **Request Syntax**
  ::

    response = client.delete_resource_set(
        Identifier='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    A unique identifier for the resource set, used in a request to refer to the resource set.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`FMS.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`FMS.Client.exceptions.InvalidOperationException`

  
  *   :py:class:`FMS.Client.exceptions.InternalErrorException`

  
  *   :py:class:`FMS.Client.exceptions.InvalidInputException`

  