VPCLattice / Client / delete_resource_gateway
delete_resource_gateway#
- VPCLattice.Client.delete_resource_gateway(**kwargs)#
Deletes the specified resource gateway.
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_gateway( resourceGatewayIdentifier='string' )
- Parameters:
resourceGatewayIdentifier (string) –
[REQUIRED]
The ID or ARN of the resource gateway.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'id': 'string', 'name': 'string', 'status': 'ACTIVE'|'CREATE_IN_PROGRESS'|'UPDATE_IN_PROGRESS'|'DELETE_IN_PROGRESS'|'CREATE_FAILED'|'UPDATE_FAILED'|'DELETE_FAILED' }
Response Structure
(dict) –
arn (string) –
The Amazon Resource Name (ARN) of the resource gateway.
id (string) –
The ID of the resource gateway.
name (string) –
The name of the resource gateway.
status (string) –
The status of the resource gateway.
Exceptions