Class: Aws::DataZone::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The input fails to satisfy the constraints specified by the Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
21503 21504 21505 21506 21507 |
# File 'lib/aws-sdk-datazone/types.rb', line 21503 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |