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