RTBFabric / Client / update_requester_gateway
update_requester_gateway¶
- RTBFabric.Client.update_requester_gateway(**kwargs)¶
Updates a requester gateway.
See also: AWS API Documentation
Request Syntax
response = client.update_requester_gateway( clientToken='string', gatewayId='string', description='string' )
- Parameters:
clientToken (string) –
[REQUIRED]
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don’t provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same
clientToken, but with different parameters, the retry fails with anIdempotentParameterMismatcherror.This field is autopopulated if not provided.
gatewayId (string) –
[REQUIRED]
The unique identifier of the gateway.
description (string) – An optional description for the requester gateway.
- Return type:
dict
- Returns:
Response Syntax
{ 'gatewayId': 'string', 'status': 'PENDING_CREATION'|'ACTIVE'|'PENDING_DELETION'|'DELETED'|'ERROR'|'PENDING_UPDATE'|'ISOLATED'|'PENDING_ISOLATION'|'PENDING_RESTORATION' }
Response Structure
(dict) –
gatewayId (string) –
The unique identifier of the gateway.
status (string) –
The status of the request.
Exceptions
RTBFabric.Client.exceptions.ResourceNotFoundExceptionRTBFabric.Client.exceptions.ThrottlingExceptionRTBFabric.Client.exceptions.AccessDeniedExceptionRTBFabric.Client.exceptions.ConflictExceptionRTBFabric.Client.exceptions.InternalServerExceptionRTBFabric.Client.exceptions.ValidationException