AlexaForBusiness.Client.
update_business_report_schedule
(**kwargs)¶Updates the configuration of the report delivery schedule with the specified schedule ARN.
See also: AWS API Documentation
Request Syntax
response = client.update_business_report_schedule(
ScheduleArn='string',
S3BucketName='string',
S3KeyPrefix='string',
Format='CSV'|'CSV_ZIP',
ScheduleName='string',
Recurrence={
'StartDate': 'string'
}
)
[REQUIRED]
The ARN of the business report schedule.
The recurrence of the reports.
The start date.
dict
Response Syntax
{}
Response Structure
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException
AlexaForBusiness.Client.exceptions.ConcurrentModificationException