Class: Aws::PricingPlanManager::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PricingPlanManager::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricingplanmanager/types.rb
Overview
An unexpected error occurred on the server. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
395 396 397 398 399 |
# File 'lib/aws-sdk-pricingplanmanager/types.rb', line 395 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |