Class: Aws::BedrockAgent::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/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

#messageString

Returns:

  • (String)


981
982
983
984
985
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 981

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end