AWSDynamoDBDescribeContributorInsightsOutput

Objective-C

@interface AWSDynamoDBDescribeContributorInsightsOutput

Swift

class AWSDynamoDBDescribeContributorInsightsOutput
  • List of names of the associated contributor insights rules.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable contributorInsightsRuleList;

    Swift

    var contributorInsightsRuleList: [String]? { get set }
  • Current status of contributor insights.

    Declaration

    Objective-C

    @property (nonatomic) AWSDynamoDBContributorInsightsStatus contributorInsightsStatus;

    Swift

    var contributorInsightsStatus: AWSDynamoDBContributorInsightsStatus { get set }
  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSDynamoDBFailureException *_Nullable failureException;

    Swift

    var failureException: AWSDynamoDBFailureException? { get set }
  • The name of the global secondary index being described.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable indexName;

    Swift

    var indexName: String? { get set }
  • Timestamp of the last time the status was changed.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdateDateTime;

    Swift

    var lastUpdateDateTime: Date? { get set }
  • The name of the table being described.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable tableName;

    Swift

    var tableName: String? { get set }