Class: Aws::Appflow::Types::ConflictException

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

Overview

There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


268
269
270
271
272
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 268

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