start_discoverer
(**kwargs)¶Starts the discoverer
See also: AWS API Documentation
Request Syntax
response = client.start_discoverer(
DiscovererId='string'
)
[REQUIRED]
The ID of the discoverer.
{
'DiscovererId': 'string',
'State': 'STARTED'|'STOPPED'
}
Response Structure
200 response
The ID of the discoverer.
The state of the discoverer.
Exceptions
Schemas.Client.exceptions.BadRequestException
Schemas.Client.exceptions.UnauthorizedException
Schemas.Client.exceptions.InternalServerErrorException
Schemas.Client.exceptions.ForbiddenException
Schemas.Client.exceptions.NotFoundException
Schemas.Client.exceptions.ServiceUnavailableException