Class: Aws::Route53Profiles::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Route53Profiles::Errors::ValidationException
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
constructor
A new instance of ValidationException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ValidationException
Returns a new instance of ValidationException.
207 208 209 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 207 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
212 213 214 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/errors.rb', line 212 def @message || @data[:message] end |