Table of Contents

Class DescribeContributorInsightsResponse

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

This is the response object from the DescribeContributorInsights operation.

public class DescribeContributorInsightsResponse : AmazonWebServiceResponse
Inheritance
DescribeContributorInsightsResponse

Constructors

DescribeContributorInsightsResponse()

public DescribeContributorInsightsResponse()

Properties

ContributorInsightsRuleList

Gets and sets the property ContributorInsightsRuleList.

List of names of the associated contributor insights rules.

public List<string> ContributorInsightsRuleList { get; set; }

Property Value

List<string>

ContributorInsightsStatus

Gets and sets the property ContributorInsightsStatus.

Current status of contributor insights.

public ContributorInsightsStatus ContributorInsightsStatus { get; set; }

Property Value

ContributorInsightsStatus

FailureException

Gets and sets the property FailureException.

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.

public FailureException FailureException { get; set; }

Property Value

FailureException

IndexName

Gets and sets the property IndexName.

The name of the global secondary index being described.

public string IndexName { get; set; }

Property Value

string

LastUpdateDateTime

Gets and sets the property LastUpdateDateTime.

Timestamp of the last time the status was changed.

public DateTime LastUpdateDateTime { get; set; }

Property Value

DateTime

TableName

Gets and sets the property TableName.

The name of the table being described.

public string TableName { get; set; }

Property Value

string