Class: Aws::Appflow::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::InternalServerException
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
An internal service error occurred during the processing of your request. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2787 2788 2789 2790 2791 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2787 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |