Skip to content

Commit e205de9

Browse files
committed
@pcrespov review: remove unnecessary code
1 parent 2154659 commit e205de9

File tree

1 file changed

+0
-1
lines changed
  • packages/aws-library/src/aws_library/ssm

1 file changed

+0
-1
lines changed

packages/aws-library/src/aws_library/ssm/_errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class SSMNotConnectedError(SSMRuntimeError):
1010

1111

1212
class SSMAccessError(SSMRuntimeError):
13-
code = "SSM_access.error"
1413
msg_template: str = (
1514
"Unexpected error while accessing SSM backend: {operation_name}:{code}:{error}"
1615
)

0 commit comments

Comments
 (0)