Class: Aws::BillingConductor::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BillingConductor::Errors::ValidationException
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb
Instance Method Summary collapse
-
#fields ⇒ 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.
194 195 196 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 194 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#fields ⇒ String
209 210 211 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 209 def fields @data[:fields] end |
#message ⇒ String
199 200 201 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 199 def @message || @data[:message] end |
#reason ⇒ String
204 205 206 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 204 def reason @data[:reason] end |