Class: Aws::Detective::Errors::ValidationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Detective::Errors::ValidationException
- Defined in:
- lib/aws-sdk-detective/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
- #error_code_reason ⇒ String
-
#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.
164 165 166 |
# File 'lib/aws-sdk-detective/errors.rb', line 164 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
174 175 176 |
# File 'lib/aws-sdk-detective/errors.rb', line 174 def error_code @data[:error_code] end |
#error_code_reason ⇒ String
179 180 181 |
# File 'lib/aws-sdk-detective/errors.rb', line 179 def error_code_reason @data[:error_code_reason] end |
#message ⇒ String
169 170 171 |
# File 'lib/aws-sdk-detective/errors.rb', line 169 def @message || @data[:message] end |