Class: Aws::AppSync::Types::InternalFailureException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

An internal AppSync error occurred. Try your request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3004
3005
3006
3007
3008
# File 'lib/aws-sdk-appsync/types.rb', line 3004

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