Class SecretManagerClient.NoSuchSecretResourceException

All Implemented Interfaces:
Serializable
Enclosing interface:
SecretManagerClient

public static class SecretManagerClient.NoSuchSecretResourceException extends SecretManagerClient.SecretManagerException
The resource being requested in the Secret Manager does not exist.

The missing resource may be a secret version or the secret itself. They are grouped together because it is not always possible to identify the type of the missing resource.

See Also: