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
1540 1541 1542 1543 1544 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1540 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |