Class: Aws::MarketplaceCatalog::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::InternalServiceException
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
There was an internal service exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
517 518 519 520 521 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 517 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |