Class: Aws::Appflow::Types::UnsupportedOperationException

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

Overview

The requested operation is not supported for the current flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5546
5547
5548
5549
5550
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5546

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