AWS SDK for Kotlin
1.0.65
codecommit/aws.sdk.kotlin.services.codecommit.model/BatchGetRepositoriesErrorCodeEnum

BatchGetRepositoriesErrorCodeEnum

sealed class BatchGetRepositoriesErrorCodeEnum

Inheritors

EncryptionIntegrityChecksFailedException
EncryptionKeyAccessDeniedException
EncryptionKeyDisabledException
EncryptionKeyNotFoundException
EncryptionKeyUnavailableException
RepositoryDoesNotExistException
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
EncryptionIntegrityChecksFailedException
Link copied to clipboard
object EncryptionIntegrityChecksFailedException : BatchGetRepositoriesErrorCodeEnum
EncryptionKeyAccessDeniedException
Link copied to clipboard
object EncryptionKeyAccessDeniedException : BatchGetRepositoriesErrorCodeEnum
EncryptionKeyDisabledException
Link copied to clipboard
object EncryptionKeyDisabledException : BatchGetRepositoriesErrorCodeEnum
EncryptionKeyNotFoundException
Link copied to clipboard
object EncryptionKeyNotFoundException : BatchGetRepositoriesErrorCodeEnum
EncryptionKeyUnavailableException
Link copied to clipboard
object EncryptionKeyUnavailableException : BatchGetRepositoriesErrorCodeEnum
RepositoryDoesNotExistException
Link copied to clipboard
object RepositoryDoesNotExistException : BatchGetRepositoriesErrorCodeEnum
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : BatchGetRepositoriesErrorCodeEnum

Properties

value
Link copied to clipboard
abstract val value: String
© 2024, Amazon Web Services, Inc. or its affiliates. All rights reserved.Generated by dokka