AWS SDK for Kotlin
Toggle table of contents
1.4.125
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
NetworkInterfaceStatus
Network
Interface
Status
sealed
class
NetworkInterfaceStatus
Inheritors
AttachmentFailedRollbackFailed
Available
Creating
CreationFailed
Deleted
Deleting
DeletionFailed
DeletionScheduled
UpdateFailed
Updating
SdkUnknown
Members
Types
Attachment
Failed
Rollback
Failed
Link copied to clipboard
object
AttachmentFailedRollbackFailed
:
NetworkInterfaceStatus
Available
Link copied to clipboard
object
Available
:
NetworkInterfaceStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
NetworkInterfaceStatus
Creation
Failed
Link copied to clipboard
object
CreationFailed
:
NetworkInterfaceStatus
Deleted
Link copied to clipboard
object
Deleted
:
NetworkInterfaceStatus
Deleting
Link copied to clipboard
object
Deleting
:
NetworkInterfaceStatus
Deletion
Failed
Link copied to clipboard
object
DeletionFailed
:
NetworkInterfaceStatus
Deletion
Scheduled
Link copied to clipboard
object
DeletionScheduled
:
NetworkInterfaceStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
NetworkInterfaceStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
NetworkInterfaceStatus
Updating
Link copied to clipboard
object
Updating
:
NetworkInterfaceStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String