toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
EventResponseType
Event
Response
Type
sealed
class
EventResponseType
Inheritors
Fail
InProgress
Pass
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Fail
Link copied to clipboard
object
Fail
:
EventResponseType
In
Progress
Link copied to clipboard
object
InProgress
:
EventResponseType
Pass
Link copied to clipboard
object
Pass
:
EventResponseType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EventResponseType
Properties
value
Link copied to clipboard
abstract
val
value
:
String