Class: Aws::Bedrock::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ConflictException
- Defined in:
- gems/aws-sdk-bedrock/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
149 150 151 152 153 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 149 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |