aws-sdk-vpclattice 1.36.0 → 1.37.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,21 +30,21 @@ module Aws
30
30
  end
31
31
  class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
32
32
  def message: () -> ::String
33
- def quota_code: () -> ::String
34
33
  def resource_id: () -> ::String
35
34
  def resource_type: () -> ::String
36
35
  def service_code: () -> ::String
36
+ def quota_code: () -> ::String
37
37
  end
38
38
  class ThrottlingException < ::Aws::Errors::ServiceError
39
39
  def message: () -> ::String
40
+ def service_code: () -> ::String
40
41
  def quota_code: () -> ::String
41
42
  def retry_after_seconds: () -> ::String
42
- def service_code: () -> ::String
43
43
  end
44
44
  class ValidationException < ::Aws::Errors::ServiceError
45
- def field_list: () -> ::String
46
45
  def message: () -> ::String
47
46
  def reason: () -> ::String
47
+ def field_list: () -> ::String
48
48
  end
49
49
  end
50
50
  end