Class: Aws::BedrockAgentRuntime::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
There was a conflict performing an operation. Resolve the conflict and retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1734 1735 1736 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1734 def event_type @event_type end |
#message ⇒ String
1734 1735 1736 1737 1738 1739 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 1734 class ConflictException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |