Class: Aws::AppSync::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::InternalFailureException
- Defined in:
- gems/aws-sdk-appsync/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
#message ⇒ String
3467 3468 3469 3470 3471 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3467 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |