Class: Aws::AppSync::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Contains the list of errors generated. When using JavaScript, this will apply to the request or response function evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error payload.
Instance Attribute Details
#message ⇒ String
The error payload.
2480 2481 2482 2483 2484 |
# File 'lib/aws-sdk-appsync/types.rb', line 2480 class ErrorDetail < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |