Fix for py26.
This commit is contained in:
parent
70aafc1fd3
commit
ff5161ebf9
@ -17,7 +17,7 @@ class Key(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def arn(self):
|
def arn(self):
|
||||||
return "arn:aws:kms:{}:{}:key/{}".format(self.region, self.account_id, self.id)
|
return "arn:aws:kms:{0}:{1}:key/{2}".format(self.region, self.account_id, self.id)
|
||||||
|
|
||||||
def to_dict(self):
|
def to_dict(self):
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user