Class: Aws::Appflow::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2953
2954
2955
2956
2957
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2953

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