Class: Aws::Mgn::Errors::ValidationException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



250
251
252
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/errors.rb', line 250

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

Instance Method Details

#codeString

Returns:

  • (String)


255
256
257
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/errors.rb', line 255

def code
  @code || @data[:code]
end

#field_listString

Returns:

  • (String)


260
261
262
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/errors.rb', line 260

def field_list
  @data[:field_list]
end

#messageString

Returns:

  • (String)


265
266
267
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/errors.rb', line 265

def message
  @message || @data[:message]
end

#reasonString

Returns:

  • (String)


270
271
272
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/errors.rb', line 270

def reason
  @data[:reason]
end