Class: Aws::Transfer::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
This exception is thrown when the client submits a malformed request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3485 3486 3487 3488 3489 |
# File 'lib/aws-sdk-transfer/types.rb', line 3485 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |