EC2 / Client / delete_fpga_image

delete_fpga_image#

EC2.Client.delete_fpga_image(**kwargs)#

Deletes the specified Amazon FPGA Image (AFI).

See also: AWS API Documentation

Request Syntax

response = client.delete_fpga_image(
    DryRun=True|False,
    FpgaImageId='string'
)
Parameters:
  • DryRun (boolean) – 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.

  • FpgaImageId (string) –

    [REQUIRED]

    The ID of the AFI.

Return type:

dict

Returns:

Response Syntax

{
    'Return': True|False
}

Response Structure

  • (dict) –

    • Return (boolean) –

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