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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

This exception is thrown when there is a conflict performing an operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Non Blank String

Returns:

  • (String)


746
747
748
749
750
# File 'lib/aws-sdk-bedrockagent/types.rb', line 746

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