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.
data/sig/errors.rbs CHANGED
@@ -38,9 +38,9 @@ module Aws
38
38
  def retry_after_seconds: () -> ::String
39
39
  end
40
40
  class ValidationException < ::Aws::Errors::ServiceError
41
- def fields: () -> ::String
42
41
  def message: () -> ::String
43
42
  def reason: () -> ::String
43
+ def fields: () -> ::String
44
44
  end
45
45
  end
46
46
  end