get_schedule_group
(**kwargs)¶Retrieves the specified schedule group.
See also: AWS API Documentation
Request Syntax
response = client.get_schedule_group(
Name='string'
)
[REQUIRED]
The name of the schedule group to retrieve.
{
'Arn': 'string',
'CreationDate': datetime(2015, 1, 1),
'LastModificationDate': datetime(2015, 1, 1),
'Name': 'string',
'State': 'ACTIVE'|'DELETING'
}
Response Structure
The Amazon Resource Name (ARN) of the schedule group.
The time at which the schedule group was created.
The time at which the schedule group was last modified.
The name of the schedule group.
Specifies the state of the schedule group.
Exceptions
EventBridgeScheduler.Client.exceptions.ValidationException
EventBridgeScheduler.Client.exceptions.InternalServerException
EventBridgeScheduler.Client.exceptions.ResourceNotFoundException
EventBridgeScheduler.Client.exceptions.ThrottlingException