Class: Aws::PartnerCentralAccount::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::InternalServerException
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
An internal server error occurred while processing the request. This is typically a temporary condition and the request may be retried.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1795 1796 1797 1798 1799 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1795 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |