Class: Aws::VoiceID::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/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

#messageString

Returns:

  • (String)


2277
2278
2279
2280
2281
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2277

class ValidationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end