Class: Aws::Comprehend::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::InvalidRequestException
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
The request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4013 4014 4015 4016 4017 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 4013 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |