aws-sdk-bedrock 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
@@ -20,6 +20,9 @@ module Aws
20
20
  class InternalServerException < ::Aws::Errors::ServiceError
21
21
  def message: () -> ::String
22
22
  end
23
+ class ResourceInUseException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
23
26
  class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
27
  def message: () -> ::String
25
28
  end