Class: Aws::BedrockDataAutomation::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/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)


254
255
256
257
258
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 254

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