Class: Aws::CodeStarconnections::Types::InternalServerException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeStarconnections::Types::InternalServerException
 
- Defined in:
- gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb
Overview
Received an internal server exception. Try again later.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 723 724 725 726 727 | # File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 723 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |