toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
comprehend
/
aws.sdk.kotlin.services.comprehend.model
/
InvalidRequestDetail
Invalid
Request
Detail
class
InvalidRequestDetail
Provides additional detail about why the request failed.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
reason
Link copied to clipboard
val
reason
:
InvalidRequestDetailReason
?
Reason codes include the following values:
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
InvalidRequestDetail.Builder
.
(
)
->
Unit
=
{}
)
:
InvalidRequestDetail
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String