class Aws::DynamoDB::Types::DescribeContributorInsightsOutput

@!attribute [rw] table_name

The name of the table being described.
@return [String]

@!attribute [rw] index_name

The name of the global secondary index being described.
@return [String]

@!attribute [rw] contributor_insights_rule_list

List of names of the associated Alpine rules.
@return [Array<String>]

@!attribute [rw] contributor_insights_status

Current Status contributor insights.
@return [String]

@!attribute [rw] last_update_date_time

Timestamp of the last time the status was changed.
@return [Time]

@!attribute [rw] failure_exception

Returns information about the last failure that encountered.

The most common exceptions for a FAILED status are:

* LimitExceededException - Per-account Amazon CloudWatch Contributor
  Insights rule limit reached. Please disable Contributor Insights
  for other tables/indexes OR disable Contributor Insights rules
  before retrying.

* AccessDeniedException - Amazon CloudWatch Contributor Insights
  rules cannot be modified due to insufficient permissions.

* AccessDeniedException - Failed to create service-linked role for
  Contributor Insights due to insufficient permissions.

* InternalServerError - Failed to create Amazon CloudWatch
  Contributor Insights rules. Please retry request.
@return [Types::FailureException]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/DescribeContributorInsightsOutput AWS API Documentation

Constants

SENSITIVE