aws-sdk-inspector2 1.55.0 → 1.56.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.
@@ -193,11 +193,6 @@ module Aws::Inspector2
193
193
  super(context, message, data)
194
194
  end
195
195
 
196
- # @return [String]
197
- def fields
198
- @data[:fields]
199
- end
200
-
201
196
  # @return [String]
202
197
  def message
203
198
  @message || @data[:message]
@@ -207,6 +202,11 @@ module Aws::Inspector2
207
202
  def reason
208
203
  @data[:reason]
209
204
  end
205
+
206
+ # @return [String]
207
+ def fields
208
+ @data[:fields]
209
+ end
210
210
  end
211
211
 
212
212
  end