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
Request Syntax
response = client.reset_fpga_image_attribute(
DryRun=True|False,
FpgaImageId='string',
Attribute='loadPermission'
)
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.