AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codecommit
/
aws.sdk.kotlin.services.codecommit.model
/
BatchGetRepositoriesErrorCodeEnum
Batch
Get
Repositories
Error
Code
Enum
sealed
class
BatchGetRepositoriesErrorCodeEnum
Inheritors
EncryptionIntegrityChecksFailedException
EncryptionKeyAccessDeniedException
EncryptionKeyDisabledException
EncryptionKeyNotFoundException
EncryptionKeyUnavailableException
RepositoryDoesNotExistException
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Encryption
Integrity
Checks
Failed
Exception
Link copied to clipboard
object
EncryptionIntegrityChecksFailedException
:
BatchGetRepositoriesErrorCodeEnum
Encryption
Key
Access
Denied
Exception
Link copied to clipboard
object
EncryptionKeyAccessDeniedException
:
BatchGetRepositoriesErrorCodeEnum
Encryption
Key
Disabled
Exception
Link copied to clipboard
object
EncryptionKeyDisabledException
:
BatchGetRepositoriesErrorCodeEnum
Encryption
Key
Not
Found
Exception
Link copied to clipboard
object
EncryptionKeyNotFoundException
:
BatchGetRepositoriesErrorCodeEnum
Encryption
Key
Unavailable
Exception
Link copied to clipboard
object
EncryptionKeyUnavailableException
:
BatchGetRepositoriesErrorCodeEnum
Repository
Does
Not
Exist
Exception
Link copied to clipboard
object
RepositoryDoesNotExistException
:
BatchGetRepositoriesErrorCodeEnum
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BatchGetRepositoriesErrorCodeEnum
Properties
value
Link copied to clipboard
abstract
val
value
:
String