:doc:`SecurityIncidentResponse <../../security-ir>` / Client / get_case_attachment_download_url

********************************
get_case_attachment_download_url
********************************



.. py:method:: SecurityIncidentResponse.Client.get_case_attachment_download_url(**kwargs)

  

  Returns a Pre-Signed URL for uploading attachments into a case.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/security-ir-2018-05-10/GetCaseAttachmentDownloadUrl>`_  


  **Request Syntax**
  ::

    response = client.get_case_attachment_download_url(
        caseId='string',
        attachmentId='string'
    )
    
  :type caseId: string
  :param caseId: **[REQUIRED]** 

    Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment from.

    

  
  :type attachmentId: string
  :param attachmentId: **[REQUIRED]** 

    Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an attachment.

    

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

    
    ::

      {
          'attachmentPresignedUrl': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **attachmentPresignedUrl** *(string) --* 

        Response element providing the Amazon S3 presigned URL to download an attachment.

        
  
  **Exceptions**
  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.ServiceQuotaExceededException`

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

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.SecurityIncidentResponseNotActiveException`

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

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.ConflictException`

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

  
  *   :py:class:`SecurityIncidentResponse.Client.exceptions.InvalidTokenException`

  