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
/
TemplateErrorType
Template
Error
Type
sealed
class
TemplateErrorType
Inheritors
AccessDenied
DataSetNotFound
InternalFailure
SourceNotFound
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
TemplateErrorType
Companion
Link copied to clipboard
object
Companion
Data
Set
Not
Found
Link copied to clipboard
object
DataSetNotFound
:
TemplateErrorType
Internal
Failure
Link copied to clipboard
object
InternalFailure
:
TemplateErrorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TemplateErrorType
Source
Not
Found
Link copied to clipboard
object
SourceNotFound
:
TemplateErrorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String