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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#message ⇒ String

Returns:

  • (String)


5554
5555
5556
5557
5558
# File 'lib/aws-sdk-appflow/types.rb', line 5554

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