Class: Aws::Appflow::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::UnsupportedOperationException
- 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
5540 5541 5542 5543 5544 |
# File 'lib/aws-sdk-appflow/types.rb', line 5540 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |