Class: Aws::ResourceExplorer2::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



165
166
167
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 165

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

Instance Method Details

#field_listString

Returns:

  • (String)


175
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 175

def field_list: () -> ::String

#messageString

Returns:

  • (String)


170
# File 'lib/aws-sdk-resourceexplorer2/errors.rb', line 170

def message: () -> ::String