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.
@@ -30,6 +30,7 @@ module Aws::Bedrock
30
30
  # * {AccessDeniedException}
31
31
  # * {ConflictException}
32
32
  # * {InternalServerException}
33
+ # * {ResourceInUseException}
33
34
  # * {ResourceNotFoundException}
34
35
  # * {ServiceQuotaExceededException}
35
36
  # * {ServiceUnavailableException}
@@ -88,6 +89,21 @@ module Aws::Bedrock
88
89
  end
89
90
  end
90
91
 
92
+ class ResourceInUseException < ServiceError
93
+
94
+ # @param [Seahorse::Client::RequestContext] context
95
+ # @param [String] message
96
+ # @param [Aws::Bedrock::Types::ResourceInUseException] data
97
+ def initialize(context, message, data = Aws::EmptyStructure.new)
98
+ super(context, message, data)
99
+ end
100
+
101
+ # @return [String]
102
+ def message
103
+ @message || @data[:message]
104
+ end
105
+ end
106
+
91
107
  class ResourceNotFoundException < ServiceError
92
108
 
93
109
  # @param [Seahorse::Client::RequestContext] context