aws-sdk-locationservice 1.50.0 → 1.51.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.
data/sig/errors.rbs CHANGED
@@ -30,9 +30,9 @@ module Aws
30
30
  def message: () -> ::String
31
31
  end
32
32
  class ValidationException < ::Aws::Errors::ServiceError
33
- def field_list: () -> ::String
34
33
  def message: () -> ::String
35
34
  def reason: () -> ::String
35
+ def field_list: () -> ::String
36
36
  end
37
37
  end
38
38
  end