AWS SDK for Kotlin
1.5.1
      Platform filter
Skip to content
    AWS SDK for Kotlin
connect/aws.sdk.kotlin.services.connect.model/RealTimeContactAnalysisPostContactSummaryFailureCode

RealTimeContactAnalysisPostContactSummaryFailureCode

sealed class RealTimeContactAnalysisPostContactSummaryFailureCode

Inheritors

FailedSafetyGuidelines
InsufficientConversationContent
InternalError
InvalidAnalysisConfiguration
QuotaExceeded
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
FailedSafetyGuidelines
Link copied to clipboard
object FailedSafetyGuidelines : RealTimeContactAnalysisPostContactSummaryFailureCode
InsufficientConversationContent
Link copied to clipboard
object InsufficientConversationContent : RealTimeContactAnalysisPostContactSummaryFailureCode
InternalError
Link copied to clipboard
object InternalError : RealTimeContactAnalysisPostContactSummaryFailureCode
InvalidAnalysisConfiguration
Link copied to clipboard
object InvalidAnalysisConfiguration : RealTimeContactAnalysisPostContactSummaryFailureCode
QuotaExceeded
Link copied to clipboard
object QuotaExceeded : RealTimeContactAnalysisPostContactSummaryFailureCode
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : RealTimeContactAnalysisPostContactSummaryFailureCode

Properties

value
Link copied to clipboard
abstract val value: String
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved. Generated by dokka