Class: Aws::SageMakerGeospatial::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ValidationException
- Defined in:
- gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2379 2380 2381 2382 2383 2384 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2379 class ValidationException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
2379 2380 2381 2382 2383 2384 |
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 2379 class ValidationException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |