AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
networkmanager
/
aws.sdk.kotlin.services.networkmanager.model
/
AttachmentErrorCode
Attachment
Error
Code
sealed
class
AttachmentErrorCode
Inheritors
DirectConnectGatewayExistingAttachments
DirectConnectGatewayNotFound
DirectConnectGatewayNoPrivateVif
MaximumNoEncapLimitExceeded
SubnetDuplicatedInAvailabilityZone
SubnetNotFound
SubnetNoFreeAddresses
SubnetNoIpv6Cidrs
SubnetUnsupportedAvailabilityZone
VpcNotFound
VpnConnectionNotFound
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Direct
Connect
Gateway
Existing
Attachments
Link copied to clipboard
object
DirectConnectGatewayExistingAttachments
:
AttachmentErrorCode
Direct
Connect
Gateway
No
Private
Vif
Link copied to clipboard
object
DirectConnectGatewayNoPrivateVif
:
AttachmentErrorCode
Direct
Connect
Gateway
Not
Found
Link copied to clipboard
object
DirectConnectGatewayNotFound
:
AttachmentErrorCode
Maximum
No
Encap
Limit
Exceeded
Link copied to clipboard
object
MaximumNoEncapLimitExceeded
:
AttachmentErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AttachmentErrorCode
Subnet
Duplicated
In
Availability
Zone
Link copied to clipboard
object
SubnetDuplicatedInAvailabilityZone
:
AttachmentErrorCode
Subnet
No
Free
Addresses
Link copied to clipboard
object
SubnetNoFreeAddresses
:
AttachmentErrorCode
Subnet
No
Ipv6Cidrs
Link copied to clipboard
object
SubnetNoIpv6Cidrs
:
AttachmentErrorCode
Subnet
Not
Found
Link copied to clipboard
object
SubnetNotFound
:
AttachmentErrorCode
Subnet
Unsupported
Availability
Zone
Link copied to clipboard
object
SubnetUnsupportedAvailabilityZone
:
AttachmentErrorCode
Vpc
Not
Found
Link copied to clipboard
object
VpcNotFound
:
AttachmentErrorCode
Vpn
Connection
Not
Found
Link copied to clipboard
object
VpnConnectionNotFound
:
AttachmentErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String