Class: Aws::Polly::Types::LexiconSizeExceededException

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

Overview

The maximum size of the specified lexicon would be exceeded by this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


404
405
406
407
408
# File 'lib/aws-sdk-polly/types.rb', line 404

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