Class: Aws::Appflow::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
2953 2954 2955 2956 2957 |
# File 'lib/aws-sdk-appflow/types.rb', line 2953 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |