Class: Aws::Appflow::Types::ConnectorServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
An error occurred when retrieving data from the connector endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-appflow/types.rb', line 1242 class ConnectorServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |