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'
)
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.[REQUIRED]
The ID of the AFI.
dict
Response Syntax
{
'Return': True|False
}
Response Structure
(dict) --
Return (boolean) --
Is true
if the request succeeds, and an error otherwise.