toggle menu
AWS SDK for Kotlin
1.4.86
common
switch theme
Skip to Main Content
aws-core
/
aws.sdk.kotlin.runtime
/
AwsErrorMetadata
Aws
Error
Metadata
open
class
AwsErrorMetadata
:
ServiceErrorMetadata
Members
Constructors
Aws
Error
Metadata
Link copied to clipboard
constructor
(
)
Inherited properties
client
Context
Link copied to clipboard
val
clientContext
:
List
<
ClientErrorContext
>
error
Code
Link copied to clipboard
val
errorCode
:
String
?
error
Message
Link copied to clipboard
val
errorMessage
:
String
?
error
Type
Link copied to clipboard
val
errorType
:
ServiceException.ErrorType
is
Retryable
Link copied to clipboard
val
isRetryable
:
Boolean
is
Throttling
Link copied to clipboard
val
isThrottling
:
Boolean
protocol
Response
Link copied to clipboard
val
protocolResponse
:
ProtocolResponse
request
Id
Link copied to clipboard
val
requestId
:
String
?