module Aws
def config=(config)
-
config
(Hash
) --
def config=(config) if Hash === config @config = config else raise ArgumentError, 'configuration object must be a hash' end end
config
(Hash
)
--
def config=(config) if Hash === config @config = config else raise ArgumentError, 'configuration object must be a hash' end end