:doc:`EventBridgeScheduler <../../scheduler>` / Client / get_schedule_group

******************
get_schedule_group
******************



.. py:method:: EventBridgeScheduler.Client.get_schedule_group(**kwargs)

  

  Retrieves the specified schedule group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/scheduler-2021-06-30/GetScheduleGroup>`_  


  **Request Syntax**
  ::

    response = client.get_schedule_group(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the schedule group to retrieve.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'Arn': 'string',
          'CreationDate': datetime(2015, 1, 1),
          'LastModificationDate': datetime(2015, 1, 1),
          'Name': 'string',
          'State': 'ACTIVE'|'DELETING'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the schedule group.

        
      

      - **CreationDate** *(datetime) --* 

        The time at which the schedule group was created.

        
      

      - **LastModificationDate** *(datetime) --* 

        The time at which the schedule group was last modified.

        
      

      - **Name** *(string) --* 

        The name of the schedule group.

        
      

      - **State** *(string) --* 

        Specifies the state of the schedule group.

        
  
  **Exceptions**
  
  *   :py:class:`EventBridgeScheduler.Client.exceptions.ValidationException`

  
  *   :py:class:`EventBridgeScheduler.Client.exceptions.InternalServerException`

  
  *   :py:class:`EventBridgeScheduler.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`EventBridgeScheduler.Client.exceptions.ThrottlingException`

  