class AWS::Core::IndifferentHash

def _convert_key key

def _convert_key key
  key.is_a?(String) ? key : key.to_s
end