cancel_contact
(**kwargs)¶Cancels a contact with a specified contact ID.
See also: AWS API Documentation
Request Syntax
response = client.cancel_contact(
contactId='string'
)
[REQUIRED]
UUID of a contact.
{
'contactId': 'string'
}
Response Structure
UUID of a contact.
Exceptions
GroundStation.Client.exceptions.InvalidParameterException
GroundStation.Client.exceptions.DependencyException
GroundStation.Client.exceptions.ResourceNotFoundException