Class: Aws::Polly::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

Information about a field that failed validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing why the field failed validation.

Returns:

  • (String)


1295
1296
1297
1298
1299
1300
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1295

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

#nameString

The name of the field that failed validation.

Returns:

  • (String)


1295
1296
1297
1298
1299
1300
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 1295

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