Class: Aws::BedrockAgent::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
There was a conflict performing an operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1091 1092 1093 1094 1095 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1091 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |