Class: Aws::PrometheusService::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PrometheusService::Errors::ValidationException
- Defined in:
- lib/aws-sdk-prometheusservice/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.
207 208 209 |
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 207 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#field_list ⇒ String
212 213 214 |
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 212 def field_list @data[:field_list] end |
#message ⇒ String
217 218 219 |
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 217 def @message || @data[:message] end |
#reason ⇒ String
222 223 224 |
# File 'lib/aws-sdk-prometheusservice/errors.rb', line 222 def reason @data[:reason] end |