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
2054 2055 2056 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2054 def event_type @event_type end |
#message ⇒ String
2054 2055 2056 2057 2058 2059 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2054 class ConflictException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |