AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fms
/
aws.sdk.kotlin.services.fms.model
/
EntryViolationReason
Entry
Violation
Reason
sealed
class
EntryViolationReason
Inheritors
EntryConflict
IncorrectEntryOrder
MissingExpectedEntry
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Entry
Conflict
Link copied to clipboard
object
EntryConflict
:
EntryViolationReason
Incorrect
Entry
Order
Link copied to clipboard
object
IncorrectEntryOrder
:
EntryViolationReason
Missing
Expected
Entry
Link copied to clipboard
object
MissingExpectedEntry
:
EntryViolationReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EntryViolationReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String