Class: Aws::CostandUsageReportService::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CostandUsageReportService::Errors::ValidationException
- Defined in:
- lib/aws-sdk-costandusagereportservice/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.
107 108 109 |
# File 'lib/aws-sdk-costandusagereportservice/errors.rb', line 107 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
112 113 114 |
# File 'lib/aws-sdk-costandusagereportservice/errors.rb', line 112 def @message || @data[:message] end |