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
24192 24193 24194 24195 24196 |
# File 'lib/aws-sdk-datazone/types.rb', line 24192 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |