aws-sdk-workspacesweb 1.44.0 → 1.45.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,25 +30,25 @@ 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 TooManyTagsException < ::Aws::Errors::ServiceError
45
45
  def message: () -> ::String
46
46
  def resource_name: () -> ::String
47
47
  end
48
48
  class ValidationException < ::Aws::Errors::ServiceError
49
- def field_list: () -> ::String
50
49
  def message: () -> ::String
51
50
  def reason: () -> ::String
51
+ def field_list: () -> ::String
52
52
  end
53
53
  end
54
54
  end