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 9233ebe commit 28f9517Copy full SHA for 28f9517
CHANGELOG.md
@@ -1,6 +1,8 @@
1
Unreleased Changes
2
------------------
3
4
+* Issue - Fix Struct::Tms deprecation warnings
5
+
6
2.11.595 (2020-09-28)
7
8
aws-sdk-core/lib/aws-sdk-core/eager_loader.rb
@@ -16,6 +16,7 @@ def initialize
16
def load(klass_or_module)
17
@loaded << klass_or_module
18
klass_or_module.constants.each do |const_name|
19
+ next if const_name == :Tms
20
path = klass_or_module.autoload?(const_name)
21
begin
22
require(path) if path
0 commit comments