AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53resolver
/
aws.sdk.kotlin.services.route53resolver.model
/
ResolverQueryLogConfigAssociationError
Resolver
Query
Log
Config
Association
Error
sealed
class
ResolverQueryLogConfigAssociationError
Inheritors
AccessDenied
DestinationNotFound
InternalServiceError
None
SdkUnknown
Members
Types
Access
Denied
Link copied to clipboard
object
AccessDenied
:
ResolverQueryLogConfigAssociationError
Companion
Link copied to clipboard
object
Companion
Destination
Not
Found
Link copied to clipboard
object
DestinationNotFound
:
ResolverQueryLogConfigAssociationError
Internal
Service
Error
Link copied to clipboard
object
InternalServiceError
:
ResolverQueryLogConfigAssociationError
None
Link copied to clipboard
object
None
:
ResolverQueryLogConfigAssociationError
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResolverQueryLogConfigAssociationError
Properties
value
Link copied to clipboard
abstract
val
value
:
String