Class: Aws::Polly::Types::InvalidSampleRateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::InvalidSampleRateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The specified sample rate is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
254 255 256 257 258 |
# File 'lib/aws-sdk-polly/types.rb', line 254 class InvalidSampleRateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |