EC2 / Client / reset_fpga_image_attribute
reset_fpga_image_attribute#
- 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
Request Syntax
response = client.reset_fpga_image_attribute( DryRun=True|False, FpgaImageId='string', Attribute='loadPermission' )
- 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 isUnauthorizedOperation
.FpgaImageId (string) –
[REQUIRED]
The ID of the AFI.
Attribute (string) – The attribute.
- Return type:
dict
- Returns:
Response Syntax
{ 'Return': True|False }
Response Structure
(dict) –
Return (boolean) –
Is
true
if the request succeeds, and an error otherwise.