Class: Aws::SageMakerRuntime::Types::ValidationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntime::Types::ValidationError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntime/types.rb
Overview
Inspect your request and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
697 698 699 700 701 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 697 class ValidationError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |