Class: Aws::AppConfig::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::InternalServerException
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
There was an internal failure in the AppConfig service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1781 1782 1783 1784 1785 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 1781 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |