SFN.Client.
describe_activity
(**kwargs)¶Describes an activity.
Note
This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.
See also: AWS API Documentation
Request Syntax
response = client.describe_activity(
activityArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the activity to describe.
{
'activityArn': 'string',
'name': 'string',
'creationDate': datetime(2015, 1, 1)
}
Response Structure
The Amazon Resource Name (ARN) that identifies the activity.
The name of the activity.
A name must not contain:
< > { } [ ]
? *
" # % \ ^ | ~ ` $ & , ; : /
U+0000-001F
, U+007F-009F
)To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
The date the activity is created.
Exceptions
SFN.Client.exceptions.ActivityDoesNotExist
SFN.Client.exceptions.InvalidArn