aws-sdk-groundstation 1.73.0 → 1.74.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