Class: Aws::CloudWatchEvidently::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudWatchEvidently::Errors::ValidationException
- Defined in:
- lib/aws-sdk-cloudwatchevidently/errors.rb
Instance Method Summary collapse
- #field_list ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
205 206 207 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 205 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_list ⇒ String
210 211 212 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 210 def field_list @data[:field_list] end |
#message ⇒ String
215 216 217 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 215 def @message || @data[:message] end |
#reason ⇒ String
220 221 222 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 220 def reason @data[:reason] end |