AWS SDK for Kotlin
1.5.0
      Platform filter
Skip to content
    AWS SDK for Kotlin
networkmanager/aws.sdk.kotlin.services.networkmanager.model/AttachmentErrorCode

AttachmentErrorCode

sealed class AttachmentErrorCode

Inheritors

DirectConnectGatewayExistingAttachments
DirectConnectGatewayNotFound
DirectConnectGatewayNoPrivateVif
MaximumNoEncapLimitExceeded
SubnetDuplicatedInAvailabilityZone
SubnetNotFound
SubnetNoFreeAddresses
SubnetNoIpv6Cidrs
SubnetUnsupportedAvailabilityZone
VpcNotFound
VpnConnectionNotFound
SdkUnknown

Types

Companion
Link copied to clipboard
object Companion
DirectConnectGatewayExistingAttachments
Link copied to clipboard
object DirectConnectGatewayExistingAttachments : AttachmentErrorCode
DirectConnectGatewayNoPrivateVif
Link copied to clipboard
object DirectConnectGatewayNoPrivateVif : AttachmentErrorCode
DirectConnectGatewayNotFound
Link copied to clipboard
object DirectConnectGatewayNotFound : AttachmentErrorCode
MaximumNoEncapLimitExceeded
Link copied to clipboard
object MaximumNoEncapLimitExceeded : AttachmentErrorCode
SdkUnknown
Link copied to clipboard
data class SdkUnknown(val value: String) : AttachmentErrorCode
SubnetDuplicatedInAvailabilityZone
Link copied to clipboard
object SubnetDuplicatedInAvailabilityZone : AttachmentErrorCode
SubnetNoFreeAddresses
Link copied to clipboard
object SubnetNoFreeAddresses : AttachmentErrorCode
SubnetNoIpv6Cidrs
Link copied to clipboard
object SubnetNoIpv6Cidrs : AttachmentErrorCode
SubnetNotFound
Link copied to clipboard
object SubnetNotFound : AttachmentErrorCode
SubnetUnsupportedAvailabilityZone
Link copied to clipboard
object SubnetUnsupportedAvailabilityZone : AttachmentErrorCode
VpcNotFound
Link copied to clipboard
object VpcNotFound : AttachmentErrorCode
VpnConnectionNotFound
Link copied to clipboard
object VpnConnectionNotFound : AttachmentErrorCode

Properties

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