@aws-sdk/client-dynamodb

DescribeContributorInsightsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
ContributorInsightsRuleList string[] | undefined

List of names of the associated contributor insights rules.

ContributorInsightsStatus ContributorInsightsStatus | undefined

Current status of contributor insights.

FailureException FailureException | undefined

Returns information about the last failure that was 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.

IndexName string | undefined

The name of the global secondary index being described.

LastUpdateDateTime Date | undefined

Timestamp of the last time the status was changed.

TableName string | undefined

The name of the table being described.

Full Signature

export interface DescribeContributorInsightsCommandOutput extends DescribeContributorInsightsOutput, MetadataBearer