Class: Aws::LookoutMetrics::Errors::ValidationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ValidationException.

Parameters:



179
180
181
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 179

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

Instance Method Details

#fieldsString

Returns:

  • (String)


194
195
196
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 194

def fields
  @data[:fields]
end

#messageString

Returns:

  • (String)


184
185
186
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 184

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

#reasonString

Returns:

  • (String)


189
190
191
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/errors.rb', line 189

def reason
  @data[:reason]
end