describe_contributor_insights
(**kwargs)¶Returns information about contributor insights for a given table or global secondary index.
See also: AWS API Documentation
Request Syntax
response = client.describe_contributor_insights(
TableName='string',
IndexName='string'
)
[REQUIRED]
The name of the table to describe.
dict
Response Syntax
{
'TableName': 'string',
'IndexName': 'string',
'ContributorInsightsRuleList': [
'string',
],
'ContributorInsightsStatus': 'ENABLING'|'ENABLED'|'DISABLING'|'DISABLED'|'FAILED',
'LastUpdateDateTime': datetime(2015, 1, 1),
'FailureException': {
'ExceptionName': 'string',
'ExceptionDescription': 'string'
}
}
Response Structure
(dict) --
TableName (string) --
The name of the table being described.
IndexName (string) --
The name of the global secondary index being described.
ContributorInsightsRuleList (list) --
List of names of the associated contributor insights rules.
ContributorInsightsStatus (string) --
Current status of contributor insights.
LastUpdateDateTime (datetime) --
Timestamp of the last time the status was changed.
FailureException (dict) --
Returns information about the last failure that was encountered.
The most common exceptions for a FAILED status are:
ExceptionName (string) --
Exception name.
ExceptionDescription (string) --
Description of the failure.
Exceptions
DynamoDB.Client.exceptions.ResourceNotFoundException
DynamoDB.Client.exceptions.InternalServerError