:doc:`EC2 <../../ec2>` / Client / reset_fpga_image_attribute

**************************
reset_fpga_image_attribute
**************************



.. py:method:: EC2.Client.reset_fpga_image_attribute(**kwargs)

  

  Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ResetFpgaImageAttribute>`_  


  **Request Syntax**
  ::

    response = client.reset_fpga_image_attribute(
        DryRun=True|False,
        FpgaImageId='string',
        Attribute='loadPermission'
    )
    
  :type DryRun: boolean
  :param DryRun: 

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ``DryRunOperation``. Otherwise, it is ``UnauthorizedOperation``.

    

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

    The ID of the AFI.

    

  
  :type Attribute: string
  :param Attribute: 

    The attribute.

    

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

    
    ::

      {
          'Return': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Return** *(boolean) --* 

        Is ``true`` if the request succeeds, and an error otherwise.

        
  