Class: Aws::BedrockAgentCore::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ConflictException
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
The exception that occurs when the request conflicts with the current state of the resource. This can happen when trying to modify a resource that is currently being modified by another request, or when trying to create a resource that already exists.
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
745 746 747 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 745 def event_type @event_type end |
#message ⇒ String
745 746 747 748 749 750 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 745 class ConflictException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |