ResilienceHubV2 / Waiter / ReportSucceeded
ReportSucceeded¶
- class ResilienceHubV2.Waiter.ReportSucceeded¶
waiter = client.get_waiter('report_succeeded')
- wait(**kwargs)¶
Polls
ResilienceHubV2.Client.list_reports()every 30 seconds until a successful state is reached. An error is raised after 5 failed checks.See also: AWS API Documentation
Request Syntax
waiter.wait( serviceArn='string', reportType='FAILURE_MODE', maxResults=123, nextToken='string', WaiterConfig={ 'Delay': 123, 'MaxAttempts': 123 } )
- Parameters:
serviceArn (string) – Optional. If not provided, lists all reports owned by the account.
reportType (string) – Filter reports by type.
maxResults (integer) – Pagination page size.
nextToken (string) – Pagination token.
WaiterConfig (dict) –
A dictionary that provides parameters to control waiting behavior.
Delay (integer) –
The amount of time in seconds to wait between attempts. Default: 30
MaxAttempts (integer) –
The maximum number of attempts to be made. Default: 5
- Returns:
None