cancel_contact

GroundStation.Client.cancel_contact(**kwargs)

Cancels a contact with a specified contact ID.

See also: AWS API Documentation

Request Syntax

response = client.cancel_contact(
    contactId='string'
)
Parameters
contactId (string) --

[REQUIRED]

UUID of a contact.

Return type
dict
Returns
Response Syntax
{
    'contactId': 'string'
}

Response Structure

  • (dict) --
    • contactId (string) --

      UUID of a contact.

Exceptions

  • GroundStation.Client.exceptions.InvalidParameterException
  • GroundStation.Client.exceptions.DependencyException
  • GroundStation.Client.exceptions.ResourceNotFoundException