aws-sdk-locationservice 1.50.0 → 1.51.0

Sign up to get free protection for your applications and to get access to all the features.
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