ApiErrorType

The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error Secrets Manager encountered while retrieving an individual secret as part of BatchGetSecretValue, for example ResourceNotFoundException,InvalidParameterException, InvalidRequestException, DecryptionFailure, or AccessDeniedException.

Link copied to clipboard

A message describing the error.

Link copied to clipboard

The ARN or name of the secret.

Functions

Link copied to clipboard
inline fun copy(block: ApiErrorType.Builder.() -> Unit = {}): ApiErrorType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String