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
/
S3Exception
S3Exception
open
class
S3Exception
:
AwsServiceException
Base class for all service related exceptions thrown by the S3 client
Inheritors
BucketAlreadyExists
BucketAlreadyOwnedByYou
EncryptionTypeMismatch
IdempotencyParameterMismatch
InvalidObjectState
InvalidRequest
InvalidWriteOffset
NoSuchBucket
NoSuchKey
NoSuchUpload
NotFound
ObjectAlreadyInActiveTierError
ObjectNotInActiveTierError
TooManyParts
Members
Constructors
S3Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
sdk
Error
Metadata
Link copied to clipboard
open
override
val
sdkErrorMetadata
:
S3ErrorMetadata
Inherited properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String