Class: Aws::CodeConnections::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb
Overview
Received an internal server exception. Try again later.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 729 730 731 732 733 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 729 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |