Class: Aws::SupplyChain::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::InternalServerException
- Defined in:
- gems/aws-sdk-supplychain/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
1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1017 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |