Class: Aws::Polly::Types::InvalidS3BucketException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::InvalidS3BucketException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The provided Amazon S3 bucket name is invalid. Please check your input with S3 bucket naming requirements and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
227 228 229 230 231 |
# File 'lib/aws-sdk-polly/types.rb', line 227 class InvalidS3BucketException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |