AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eks
/
aws.sdk.kotlin.services.eks.model
/
FargateProfileIssueCode
Fargate
Profile
Issue
Code
sealed
class
FargateProfileIssueCode
Inheritors
AccessDenied
ClusterUnreachable
InternalFailure
PodExecutionRoleAlreadyInUse
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
FargateProfileIssueCode
Cluster
Unreachable
Link copied to clipboard
object
ClusterUnreachable
:
FargateProfileIssueCode
Companion
Link copied to clipboard
object
Companion
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
FargateProfileIssueCode
Pod
Execution
Role
Already
In
Use
Link copied to clipboard
object
PodExecutionRoleAlreadyInUse
:
FargateProfileIssueCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FargateProfileIssueCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String