Class: Aws::CodeConnections::Types::RetryLatestCommitFailedException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeConnections::Types::RetryLatestCommitFailedException
 
- Defined in:
- gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb
Overview
Retrying the latest commit failed. Try again later.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 1289 1290 1291 1292 1293 | # File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1289 class RetryLatestCommitFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |