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
3462 3463 3464 3465 3466 |
# File 'lib/aws-sdk-appsync/types.rb', line 3462 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |