ManagedBlockchain / Client / delete_accessor
delete_accessor#
- ManagedBlockchain.Client.delete_accessor(**kwargs)#
Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the
BILLING_TOKEN
. After an accessor is deleted, the status of the accessor changes fromAVAILABLE
toPENDING_DELETION
. An accessor in thePENDING_DELETION
state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that were initiated while the accessor was in theAVAILABLE
state remain open until they expire (up to 2 hours).See also: AWS API Documentation
Request Syntax
response = client.delete_accessor( AccessorId='string' )
- Parameters:
AccessorId (string) –
[REQUIRED]
The unique identifier of the accessor.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
ManagedBlockchain.Client.exceptions.InvalidRequestException
ManagedBlockchain.Client.exceptions.AccessDeniedException
ManagedBlockchain.Client.exceptions.ResourceNotFoundException
ManagedBlockchain.Client.exceptions.ThrottlingException
ManagedBlockchain.Client.exceptions.InternalServiceErrorException