AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
ReportInstanceReasonCodes
Report
Instance
Reason
Codes
sealed
class
ReportInstanceReasonCodes
Inheritors
InstanceStuckInState
NotAcceptingCredentials
Other
PasswordNotAvailable
PerformanceEbsVolume
PerformanceInstanceStore
PerformanceNetwork
PerformanceOther
Unresponsive
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Instance
Stuck
In
State
Link copied to clipboard
object
InstanceStuckInState
:
ReportInstanceReasonCodes
Not
Accepting
Credentials
Link copied to clipboard
object
NotAcceptingCredentials
:
ReportInstanceReasonCodes
Other
Link copied to clipboard
object
Other
:
ReportInstanceReasonCodes
Password
Not
Available
Link copied to clipboard
object
PasswordNotAvailable
:
ReportInstanceReasonCodes
Performance
Ebs
Volume
Link copied to clipboard
object
PerformanceEbsVolume
:
ReportInstanceReasonCodes
Performance
Instance
Store
Link copied to clipboard
object
PerformanceInstanceStore
:
ReportInstanceReasonCodes
Performance
Network
Link copied to clipboard
object
PerformanceNetwork
:
ReportInstanceReasonCodes
Performance
Other
Link copied to clipboard
object
PerformanceOther
:
ReportInstanceReasonCodes
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportInstanceReasonCodes
Unresponsive
Link copied to clipboard
object
Unresponsive
:
ReportInstanceReasonCodes
Properties
value
Link copied to clipboard
abstract
val
value
:
String