summaryrefslogtreecommitdiff
path: root/barbicanclient/secrets.py
diff options
context:
space:
mode:
Diffstat (limited to 'barbicanclient/secrets.py')
-rw-r--r--barbicanclient/secrets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/barbicanclient/secrets.py b/barbicanclient/secrets.py
index 2ed41d7..a8f5a4e 100644
--- a/barbicanclient/secrets.py
+++ b/barbicanclient/secrets.py
@@ -336,7 +336,7 @@ class Secret(SecretFormatter):
"""
if not self.payload:
- raise exceptions.PayloadException("Missing Payload")
+ raise exceptions.PayloadException("Invalid or Missing Payload")
if not self.secret_ref:
raise LookupError("Secret is not yet stored.")