Class: Aws::SageMakerRuntimeHTTP2::Errors::InputValidationError
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SageMakerRuntimeHTTP2::Errors::InputValidationError
- Defined in:
- gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/errors.rb
Instance Method Summary collapse
-
#error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InputValidationError
constructor
A new instance of InputValidationError.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InputValidationError
Returns a new instance of InputValidationError.
48 49 50 |
# File 'gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 48 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
58 59 60 |
# File 'gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 58 def error_code @data[:error_code] end |
#message ⇒ String
53 54 55 |
# File 'gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 53 def @message || @data[:message] end |