aws-sdk-groundstation 1.73.0 → 1.75.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
@@ -19,6 +19,9 @@ module Aws
19
19
  def message: () -> ::String
20
20
  def parameter_name: () -> ::String
21
21
  end
22
+ class ResourceInUseException < ::Aws::Errors::ServiceError
23
+ def message: () -> ::String
24
+ end
22
25
  class ResourceLimitExceededException < ::Aws::Errors::ServiceError
23
26
  def message: () -> ::String
24
27
  def parameter_name: () -> ::String
@@ -26,6 +29,10 @@ module Aws
26
29
  class ResourceNotFoundException < ::Aws::Errors::ServiceError
27
30
  def message: () -> ::String
28
31
  end
32
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
33
+ def message: () -> ::String
34
+ def parameter_name: () -> ::String
35
+ end
29
36
  end
30
37
  end
31
38
  end