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
3538 3539 3540 3541 3542 |
# File 'lib/aws-sdk-transfer/types.rb', line 3538 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |