AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
georoutes
/
aws.sdk.kotlin.services.georoutes.model
/
RouteResponseNoticeCode
Route
Response
Notice
Code
sealed
class
RouteResponseNoticeCode
Inheritors
MainLanguageNotFound
Other
TravelTimeExceedsDriverWorkHours
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Main
Language
Not
Found
Link copied to clipboard
object
MainLanguageNotFound
:
RouteResponseNoticeCode
Other
Link copied to clipboard
object
Other
:
RouteResponseNoticeCode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RouteResponseNoticeCode
Travel
Time
Exceeds
Driver
Work
Hours
Link copied to clipboard
object
TravelTimeExceedsDriverWorkHours
:
RouteResponseNoticeCode
Properties
value
Link copied to clipboard
abstract
val
value
:
String