Skip to content

step_function client start_execution return type doesn't match documentation #4550

@Owen-OptiGrid

Description

@Owen-OptiGrid

Describe the issue

The step_function client start_execution states the returned dictionary contains a key "startDatetime" of type Python datetime (with a naive datetime shown in the example) but when I tried used this function with boto 1.37.3 a floating point number value was returned with that key instead.

I know the value was a floating point number (due to the exception I got when trying to call datetime methods on it) but couldn't see the value itself... I assume it is actually a UTC Unix Epoch time?

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/stepfunctions/client/start_execution.html

https://docs.aws.amazon.com/step-functions/latest/apireference/API_StartExecution.html

Metadata

Metadata

Assignees

Labels

documentationThis is a problem with documentation.p3This is a minor priority issuestepfunctions

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions