Class: Aws::Bedrock::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/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
2170 2171 2172 2173 2174 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2170 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |