aws-sdk-mgn 1.57.0 → 1.58.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
@@ -12,50 +12,50 @@ module Aws
12
12
  end
13
13
 
14
14
  class AccessDeniedException < ::Aws::Errors::ServiceError
15
- def code: () -> ::String
16
15
  def message: () -> ::String
16
+ def code: () -> ::String
17
17
  end
18
18
  class ConflictException < ::Aws::Errors::ServiceError
19
- def code: () -> ::String
20
- def errors: () -> ::String
21
19
  def message: () -> ::String
20
+ def code: () -> ::String
22
21
  def resource_id: () -> ::String
23
22
  def resource_type: () -> ::String
23
+ def errors: () -> ::String
24
24
  end
25
25
  class InternalServerException < ::Aws::Errors::ServiceError
26
26
  def message: () -> ::String
27
27
  def retry_after_seconds: () -> ::String
28
28
  end
29
29
  class ResourceNotFoundException < ::Aws::Errors::ServiceError
30
- def code: () -> ::String
31
30
  def message: () -> ::String
31
+ def code: () -> ::String
32
32
  def resource_id: () -> ::String
33
33
  def resource_type: () -> ::String
34
34
  end
35
35
  class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
36
- def code: () -> ::String
37
36
  def message: () -> ::String
38
- def quota_code: () -> ::String
39
- def quota_value: () -> ::String
37
+ def code: () -> ::String
40
38
  def resource_id: () -> ::String
41
39
  def resource_type: () -> ::String
42
40
  def service_code: () -> ::String
41
+ def quota_code: () -> ::String
42
+ def quota_value: () -> ::String
43
43
  end
44
44
  class ThrottlingException < ::Aws::Errors::ServiceError
45
45
  def message: () -> ::String
46
+ def service_code: () -> ::String
46
47
  def quota_code: () -> ::String
47
48
  def retry_after_seconds: () -> ::String
48
- def service_code: () -> ::String
49
49
  end
50
50
  class UninitializedAccountException < ::Aws::Errors::ServiceError
51
- def code: () -> ::String
52
51
  def message: () -> ::String
52
+ def code: () -> ::String
53
53
  end
54
54
  class ValidationException < ::Aws::Errors::ServiceError
55
- def code: () -> ::String
56
- def field_list: () -> ::String
57
55
  def message: () -> ::String
56
+ def code: () -> ::String
58
57
  def reason: () -> ::String
58
+ def field_list: () -> ::String
59
59
  end
60
60
  end
61
61
  end