update_map_run
(**kwargs)¶Updates an in-progress Map Run's configuration to include changes to the settings that control maximum concurrency and Map Run failure.
See also: AWS API Documentation
Request Syntax
response = client.update_map_run(
mapRunArn='string',
maxConcurrency=123,
toleratedFailurePercentage=...,
toleratedFailureCount=123
)
[REQUIRED]
The Amazon Resource Name (ARN) of a Map Run.
dict
Response Syntax
{}
Response Structure
Exceptions
SFN.Client.exceptions.ResourceNotFound
SFN.Client.exceptions.InvalidArn
SFN.Client.exceptions.ValidationException