Class SecretsErrorException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<SecretsErrorException.Builder,SecretsErrorException>

@Generated("software.amazon.awssdk:codegen") public final class SecretsErrorException extends RdsDataException implements ToCopyableBuilder<SecretsErrorException.Builder,SecretsErrorException>

There was a problem with the Secrets Manager secret used with the request, caused by one of the following conditions:

  • RDS Data API timed out retrieving the secret.

  • The secret provided wasn't found.

  • The secret couldn't be decrypted.

See Also: