AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchlogs
/
aws.sdk.kotlin.services.cloudwatchlogs.model
/
EntityRejectionErrorType
Entity
Rejection
Error
Type
sealed
class
EntityRejectionErrorType
Inheritors
EntitySizeTooLarge
InvalidAttributes
InvalidEntity
InvalidKeyAttribute
InvalidTypeValue
MissingRequiredFields
UnsupportedLogGroupType
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Entity
Size
Too
Large
Link copied to clipboard
object
EntitySizeTooLarge
:
EntityRejectionErrorType
Invalid
Attributes
Link copied to clipboard
object
InvalidAttributes
:
EntityRejectionErrorType
Invalid
Entity
Link copied to clipboard
object
InvalidEntity
:
EntityRejectionErrorType
Invalid
Key
Attribute
Link copied to clipboard
object
InvalidKeyAttribute
:
EntityRejectionErrorType
Invalid
Type
Value
Link copied to clipboard
object
InvalidTypeValue
:
EntityRejectionErrorType
Missing
Required
Fields
Link copied to clipboard
object
MissingRequiredFields
:
EntityRejectionErrorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EntityRejectionErrorType
Unsupported
Log
Group
Type
Link copied to clipboard
object
UnsupportedLogGroupType
:
EntityRejectionErrorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String