Class: Aws::Bedrock::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Thrown when attempting to delete or modify a resource that is currently being used by other resources or operations. For example, trying to delete an Automated Reasoning policy that is referenced by an active guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11277 11278 11279 11280 11281 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 11277 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |