aws-sdk-partnercentralselling 1.13.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,11 +140,6 @@ module Aws::PartnerCentralSelling
140
140
  super(context, message, data)
141
141
  end
142
142
 
143
- # @return [String]
144
- def error_list
145
- @data[:error_list]
146
- end
147
-
148
143
  # @return [String]
149
144
  def message
150
145
  @message || @data[:message]
@@ -154,6 +149,11 @@ module Aws::PartnerCentralSelling
154
149
  def reason
155
150
  @data[:reason]
156
151
  end
152
+
153
+ # @return [String]
154
+ def error_list
155
+ @data[:error_list]
156
+ end
157
157
  end
158
158
 
159
159
  end