Class: Aws::LocationService::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



147
148
149
# File 'lib/aws-sdk-locationservice/errors.rb', line 147

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

Instance Method Details

#field_listString

Returns:

  • (String)


162
# File 'lib/aws-sdk-locationservice/errors.rb', line 162

def field_list: () -> ::String

#messageString

Returns:

  • (String)


152
# File 'lib/aws-sdk-locationservice/errors.rb', line 152

def message: () -> ::String

#reasonString

Returns:

  • (String)


157
# File 'lib/aws-sdk-locationservice/errors.rb', line 157

def reason: () -> ::String