Class: Aws::BedrockRuntime::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
218 219 220 221 222 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 218 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |