:doc:`ResourceExplorer <../../resource-explorer-2>` / Client / disassociate_default_view

*************************
disassociate_default_view
*************************



.. py:method:: ResourceExplorer.Client.disassociate_default_view()

  

  After you call this operation, the affected Amazon Web Services Region no longer has a default view. All  Search operations in that Region must explicitly specify a view or the operation fails. You can configure a new default by calling the  AssociateDefaultView operation.

   

  If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every ``Search`` operation performed in that Region.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/resource-explorer-2-2022-07-28/DisassociateDefaultView>`_  


  **Request Syntax**

  ::

    response = client.disassociate_default_view()
  :returns: None
  **Exceptions**
  
  *   :py:class:`ResourceExplorer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.InternalServerException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.ValidationException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ResourceExplorer.Client.exceptions.AccessDeniedException`

  