Class: Aws::AppSync::Types::ErrorDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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

Instance Attribute Details

#messageString

The error payload.

Returns:

  • (String)


2130
2131
2132
2133
2134
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2130

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