:doc:`Glacier <../../glacier>` / Waiter / VaultNotExists

**************
VaultNotExists
**************



.. py:class:: Glacier.Waiter.VaultNotExists

  ::

    
    waiter = client.get_waiter('vault_not_exists')

  
  

  .. py:method:: wait(**kwargs)

    Polls :py:meth:`Glacier.Client.describe_vault` every 3 seconds until a successful state is reached. An error is raised after 15 failed checks.

    See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glacier-2012-06-01/DescribeVault>`_    


    **Request Syntax**
    ::

      waiter.wait(
          vaultName='string',
          WaiterConfig={
              'Delay': 123,
              'MaxAttempts': 123
          }
      )
      
    :type accountId: string
    :param accountId: 

      The ``AccountId`` value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single ' ``-``' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.

            Note: this parameter is set to "-" bydefault if no value is not specified.


    
    :type vaultName: string
    :param vaultName: **[REQUIRED]** 

      The name of the vault.

      

    
    :type WaiterConfig: dict
    :param WaiterConfig: 

      A dictionary that provides parameters to control waiting behavior.

      

    
      - **Delay** *(integer) --* 

        The amount of time in seconds to wait between attempts. Default: 3

        

      
      - **MaxAttempts** *(integer) --* 

        The maximum number of attempts to be made. Default: 15

        

      
    
    
    :returns: None