Class: Aws::BedrockRuntime::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConflictException
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Error occurred because of a conflict while performing an operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
282 283 284 285 286 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 282 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |