nas / Waiter / NASInstanceStorageFull

NASInstanceStorageFull

class nas.Waiter.NASInstanceStorageFull
waiter = client.get_waiter('nas_instance_storage_full')
wait(**kwargs)

Polls nas.Client.describe_nas_instances() every 40 seconds until a successful state is reached. An error is returned after 80 failed checks.

See also: AWS API Documentation

Request Syntax

waiter.wait(
    NASInstanceIdentifier='string',
    WaiterConfig={
        'Delay': 123,
        'MaxAttempts': 123
    }
)
Parameters:
  • NASInstanceIdentifier (string) –

  • WaiterConfig (dict) –

    A dictionary that provides parameters to control waiting behavior.

    • Delay (integer) –

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

    • MaxAttempts (integer) –

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

Returns:

None