Class: Aws::AppSync::Errors::BadRequestException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-appsync/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BadRequestException

Returns a new instance of BadRequestException.

Parameters:



115
116
117
# File 'lib/aws-sdk-appsync/errors.rb', line 115

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#detailString

Returns:

  • (String)


130
# File 'lib/aws-sdk-appsync/errors.rb', line 130

def detail: () -> ::String

#messageString

Returns:

  • (String)


120
# File 'lib/aws-sdk-appsync/errors.rb', line 120

def message: () -> ::String

#reasonString

Returns:

  • (String)


125
# File 'lib/aws-sdk-appsync/errors.rb', line 125

def reason: () -> ::String