AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resourcegroups
/
aws.sdk.kotlin.services.resourcegroups.model
/
QueryErrorCode
Query
Error
Code
sealed
class
QueryErrorCode
Inheritors
CloudformationStackInactive
CloudformationStackNotExisting
CloudformationStackUnassumableRole
ResourceTypeNotSupported
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
Resource
Type
Not
Supported
Link copied to clipboard
object
ResourceTypeNotSupported
:
QueryErrorCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueryErrorCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String