Class: Aws::TranscribeService::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Your request didn’t pass one or more validation tests. This can occur when the entity you’re trying to delete doesn’t exist or if it’s in a non-terminal state (such as ‘IN PROGRESS`). See the exception message field for more information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
76 77 78 79 80 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 76 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |