AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the DescribeContributorInsights operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.DynamoDBv2.Model.DescribeContributorInsightsResponse

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeContributorInsightsResponse : AmazonWebServiceResponse

The DescribeContributorInsightsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ContributorInsightsRuleList System.Collections.Generic.List<System.String>

Gets and sets the property ContributorInsightsRuleList.

List of names of the associated contributor insights rules.

Public Property ContributorInsightsStatus Amazon.DynamoDBv2.ContributorInsightsStatus

Gets and sets the property ContributorInsightsStatus.

Current status of contributor insights.

Public Property FailureException Amazon.DynamoDBv2.Model.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 Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IndexName System.String

Gets and sets the property IndexName.

The name of the global secondary index being described.

Public Property LastUpdateDateTime System.DateTime

Gets and sets the property LastUpdateDateTime.

Timestamp of the last time the status was changed.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TableName System.String

Gets and sets the property TableName.

The name of the table being described.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5