We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd730d3 commit 0adb2c7Copy full SHA for 0adb2c7
scripts/aws/ec2.py
@@ -105,7 +105,7 @@ def add_defaults(configs: Dict[str, any]) -> AWSConfidentialComputeConfig:
105
except NoCredentialsError as _:
106
raise MissingInstanceProfile(self.__class__.__name__)
107
except ClientError as _:
108
- raise ConfigNotFound(self.__class__.__name__, f"{secret_identifier} in {region}")
+ raise ConfigNotFound(self.__class__.__name__, f"Secret Manager {secret_identifier} in {region}")
109
110
@staticmethod
111
def __get_max_capacity():
0 commit comments