Class: Aws::DataZone::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ValidationException
- Defined in:
- gems/aws-sdk-datazone/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
20338 20339 20340 20341 20342 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20338 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |