Class: Aws::AppRegistry::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::InternalServerException
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
The service is experiencing internal problems.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
864 865 866 867 868 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 864 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |