Class: Aws::VoiceID::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-voiceid/types.rb
Overview
The request failed one or more validations; check the error message for more details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2277 2278 2279 2280 2281 |
# File 'lib/aws-sdk-voiceid/types.rb', line 2277 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |