You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::DescribeContributorInsightsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DescribeContributorInsightsOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#contributor_insights_rule_list ⇒ Array<String>
List of names of the associated Alpine rules.
-
#contributor_insights_status ⇒ String
Current Status contributor insights.
-
#failure_exception ⇒ Types::FailureException
Returns information about the last failure that encountered.
-
#index_name ⇒ String
The name of the global secondary index being described.
-
#last_update_date_time ⇒ Time
Timestamp of the last time the status was changed.
-
#table_name ⇒ String
The name of the table being described.
Instance Attribute Details
#contributor_insights_rule_list ⇒ Array<String>
List of names of the associated Alpine rules.
#contributor_insights_status ⇒ String
Current Status contributor insights.
Possible values:
- ENABLING
- ENABLED
- DISABLING
- DISABLED
- FAILED
#failure_exception ⇒ Types::FailureException
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.
#index_name ⇒ String
The name of the global secondary index being described.
#last_update_date_time ⇒ Time
Timestamp of the last time the status was changed.
#table_name ⇒ String
The name of the table being described.