Class: Aws::Transfer::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::InternalServiceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
This exception is thrown when an error occurs in the Transfer Family service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4403 4404 4405 4406 4407 |
# File 'lib/aws-sdk-transfer/types.rb', line 4403 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |