list_replication_sets
(**kwargs)¶Lists details about the replication set configured in your account.
See also: AWS API Documentation
Request Syntax
response = client.list_replication_sets(
maxResults=123,
nextToken='string'
)
dict
Response Syntax
{
'nextToken': 'string',
'replicationSetArns': [
'string',
]
}
Response Structure
(dict) --
nextToken (string) --
The pagination token to continue to the next page of results.
replicationSetArns (list) --
The Amazon Resource Name (ARN) of the list replication set.
Exceptions
SSMIncidents.Client.exceptions.ThrottlingException
SSMIncidents.Client.exceptions.AccessDeniedException
SSMIncidents.Client.exceptions.ValidationException
SSMIncidents.Client.exceptions.InternalServerException