Class: Aws::ControlCatalog::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
An internal service error occurred during the processing of your request. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
385 386 387 388 389 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 385 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |