Class: Aws::Account::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



135
136
137
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 135

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

Instance Method Details

#field_listString

Returns:

  • (String)


140
141
142
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 140

def field_list
  @data[:field_list]
end

#messageString

Returns:

  • (String)


145
146
147
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 145

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

#reasonString

Returns:

  • (String)


150
151
152
# File 'gems/aws-sdk-account/lib/aws-sdk-account/errors.rb', line 150

def reason
  @data[:reason]
end