Class: Aws::AppSync::Types::BadRequestDetail

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

Overview

Provides further details for the reason behind the bad request. For reason type ‘CODE_ERROR`, the detail will contain a list of code errors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code_errorsArray<Types::CodeError>

Contains the list of errors in the request.

Returns:



525
526
527
528
529
# File 'lib/aws-sdk-appsync/types.rb', line 525

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