AWS SDK for Kotlin
Toggle table of contents
1.6.60
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
secretsmanager
/
aws.sdk.kotlin.services.secretsmanager.model
/
SecretsManagerException
Secrets
Manager
Exception
open
class
SecretsManagerException
Base class for all service related exceptions thrown by the SecretsManager client
Inheritors
DecryptionFailure
EncryptionFailure
InternalServiceError
InvalidNextTokenException
InvalidParameterException
InvalidRequestException
LimitExceededException
MalformedPolicyDocumentException
PreconditionNotMetException
PublicPolicyException
ResourceExistsException
ResourceNotFoundException
Members
Constructors
Secrets
Manager
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)