AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
SbomValidationErrorCode
Sbom
Validation
Error
Code
sealed
class
SbomValidationErrorCode
Inheritors
FileSizeLimitExceeded
IncompatibleFormat
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
File
Size
Limit
Exceeded
Link copied to clipboard
object
FileSizeLimitExceeded
:
SbomValidationErrorCode
Incompatible
Format
Link copied to clipboard
object
IncompatibleFormat
:
SbomValidationErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SbomValidationErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String