Class: Aws::BedrockAgentRuntime::Types::ConflictException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



2054
2055
2056
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2054

def event_type
  @event_type
end

#messageString

Returns:

  • (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