AWS SDK for Kotlin
Toggle table of contents
1.8.25
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
agentregistry
/
aws.sdk.kotlin.services.agentregistry.model
/
BatchGetDiscoverableRegistryRecordErrorCode
Batch
Get
Discoverable
Registry
Record
Error
Code
sealed
class
BatchGetDiscoverableRegistryRecordErrorCode
Inheritors
AccessDenied
InternalError
ResourceNotFound
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
BatchGetDiscoverableRegistryRecordErrorCode
Companion
Link copied to clipboard
object
Companion
Internal
Error
Link copied to clipboard
object
InternalError
:
BatchGetDiscoverableRegistryRecordErrorCode
Resource
Not
Found
Link copied to clipboard
object
ResourceNotFound
:
BatchGetDiscoverableRegistryRecordErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchGetDiscoverableRegistryRecordErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String