AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3
/
aws.sdk.kotlin.services.s3.model
/
S3ErrorMetadata
S3Error
Metadata
class
S3ErrorMetadata
:
AwsErrorMetadata
Members
Constructors
S3Error
Metadata
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
request
Id2
Link copied to clipboard
val
requestId2
:
String
?
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
?