DescribeContributorInsightsOutput
public struct DescribeContributorInsightsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of names of the associated Alpine rules.
Declaration
Swift
public let contributorInsightsRuleList: [String]? -
Current Status contributor insights.
Declaration
Swift
public let contributorInsightsStatus: ContributorInsightsStatus? -
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.
Declaration
Swift
public let failureException: FailureException? -
The name of the global secondary index being described.
Declaration
Swift
public let indexName: String? -
Timestamp of the last time the status was changed.
Declaration
Swift
public let lastUpdateDateTime: TimeStamp? -
The name of the table being described.
Declaration
Swift
public let tableName: String? -
init(contributorInsightsRuleList:contributorInsightsStatus:failureException:indexName:lastUpdateDateTime:tableName:)Undocumented
Declaration
Swift
public init(contributorInsightsRuleList: [String]? = nil, contributorInsightsStatus: ContributorInsightsStatus? = nil, failureException: FailureException? = nil, indexName: String? = nil, lastUpdateDateTime: TimeStamp? = nil, tableName: String? = nil)
View on GitHub
DescribeContributorInsightsOutput Structure Reference