toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
resourcegroups
/
aws.sdk.kotlin.services.resourcegroups.model
/
QueryErrorCode
Query
Error
Code
sealed
class
QueryErrorCode
Inheritors
CloudformationStackInactive
CloudformationStackNotExisting
CloudformationStackUnassumableRole
SdkUnknown
Members
Types
Cloudformation
Stack
Inactive
Link copied to clipboard
object
CloudformationStackInactive
:
QueryErrorCode
Cloudformation
Stack
Not
Existing
Link copied to clipboard
object
CloudformationStackNotExisting
:
QueryErrorCode
Cloudformation
Stack
Unassumable
Role
Link copied to clipboard
object
CloudformationStackUnassumableRole
:
QueryErrorCode
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueryErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String