RTBFabric / Waiter / CertificateDisassociated
CertificateDisassociated¶
- class RTBFabric.Waiter.CertificateDisassociated¶
waiter = client.get_waiter('certificate_disassociated')
- wait(**kwargs)¶
Polls
RTBFabric.Client.get_certificate_association()every 15 seconds until a successful state is reached. An error is raised after 8 failed checks.See also: AWS API Documentation
Request Syntax
waiter.wait( gatewayId='string', acmCertificateArn='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
gatewayId (string) –
[REQUIRED]
The unique identifier of the gateway.
acmCertificateArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the ACM certificate.
WaiterConfig (dict) –
A dictionary that provides parameters to control waiting behavior.
Delay (integer) –
The amount of time in seconds to wait between attempts. Default: 15
MaxAttempts (integer) –
The maximum number of attempts to be made. Default: 8
- Returns:
None