Class: Aws::SupplyChain::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::InternalServerException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
Unexpected error during processing of request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1028 1029 1030 1031 1032 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1028 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |