:doc:`AppFabric <../../appfabric>` / Client / get_app_bundle

**************
get_app_bundle
**************



.. py:method:: AppFabric.Client.get_app_bundle(**kwargs)

  

  Returns information about an app bundle.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appfabric-2023-05-19/GetAppBundle>`_  


  **Request Syntax**
  ::

    response = client.get_app_bundle(
        appBundleIdentifier='string'
    )
    
  :type appBundleIdentifier: string
  :param appBundleIdentifier: **[REQUIRED]** 

    The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

    

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

    
    ::

      {
          'appBundle': {
              'arn': 'string',
              'customerManagedKeyArn': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **appBundle** *(dict) --* 

        Contains information about an app bundle.

        
        

        - **arn** *(string) --* 

          The Amazon Resource Name (ARN) of the app bundle.

          
        

        - **customerManagedKeyArn** *(string) --* 

          The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the application data.

          
    
  
  **Exceptions**
  
  *   :py:class:`AppFabric.Client.exceptions.InternalServerException`

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

  
  *   :py:class:`AppFabric.Client.exceptions.ValidationException`

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

  
  *   :py:class:`AppFabric.Client.exceptions.AccessDeniedException`

  