| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
APIErrorType |
APIErrorType.clone() |
APIErrorType |
APIErrorType.withErrorCode(String errorCode)
The error Secrets Manager encountered while retrieving an individual secret as part of
BatchGetSecretValue, for example
ResourceNotFoundException,
InvalidParameterException, InvalidRequestException, DecryptionFailure, or
AccessDeniedException. |
APIErrorType |
APIErrorType.withMessage(String message)
A message describing the error.
|
APIErrorType |
APIErrorType.withSecretId(String secretId)
The ARN or name of the secret.
|
| Modifier and Type | Method and Description |
|---|---|
List<APIErrorType> |
BatchGetSecretValueResult.getErrors()
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetSecretValueResult |
BatchGetSecretValueResult.withErrors(APIErrorType... errors)
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetSecretValueResult.setErrors(Collection<APIErrorType> errors)
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
|
BatchGetSecretValueResult |
BatchGetSecretValueResult.withErrors(Collection<APIErrorType> errors)
A list of errors Secrets Manager encountered while attempting to retrieve individual secrets.
|
Copyright © 2024. All rights reserved.