Class: Aws::Translate::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The request that you made is not valid. Check your request to determine why it’s not valid and then retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
583 584 585 586 587 |
# File 'lib/aws-sdk-translate/types.rb', line 583 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |