AccountAccess / Waiter / ApplicationActive
ApplicationActive¶
- class AccountAccess.Waiter.ApplicationActive¶
waiter = client.get_waiter('application_active')
- wait(**kwargs)¶
Polls
AccountAccess.Client.get_application()every 5 seconds until a successful state is reached. An error is raised after 24 failed checks.See also: AWS API Documentation
Request Syntax
waiter.wait( applicationArn='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
applicationArn (string) –
[REQUIRED]
Specifies the ARN of the application to retrieve.
WaiterConfig (dict) –
A dictionary that provides parameters to control waiting behavior.
Delay (integer) –
The amount of time in seconds to wait between attempts. Default: 5
MaxAttempts (integer) –
The maximum number of attempts to be made. Default: 24
- Returns:
None