toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
mq
/
aws.sdk.kotlin.services.mq.model
/
SanitizationWarningReason
Sanitization
Warning
Reason
sealed
class
SanitizationWarningReason
The reason for which the configuration elements or attributes were sanitized.
Inheritors
DisallowedAttributeRemoved
DisallowedElementRemoved
InvalidAttributeValueRemoved
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disallowed
Attribute
Removed
Link copied to clipboard
object
DisallowedAttributeRemoved
:
SanitizationWarningReason
Disallowed
Element
Removed
Link copied to clipboard
object
DisallowedElementRemoved
:
SanitizationWarningReason
Invalid
Attribute
Value
Removed
Link copied to clipboard
object
InvalidAttributeValueRemoved
:
SanitizationWarningReason
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SanitizationWarningReason
Properties
value
Link copied to clipboard
abstract
val
value
:
String