Class: Aws::Bedrock::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Error occurred because of a conflict while performing an operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


74
75
76
77
78
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 74

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