Class: Aws::CodeStarconnections::Types::RetryLatestCommitFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::RetryLatestCommitFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Retrying the latest commit failed. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1283 class RetryLatestCommitFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |