Class: Aws::AppSync::Types::EvaluateCodeErrorDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Contains the list of errors from a code evaluation response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_errorsArray<Types::CodeError>

Contains the list of ‘CodeError` objects.

Returns:



2148
2149
2150
2151
2152
2153
# File 'lib/aws-sdk-appsync/types.rb', line 2148

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

#messageString

The error payload.

Returns:

  • (String)


2148
2149
2150
2151
2152
2153
# File 'lib/aws-sdk-appsync/types.rb', line 2148

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