Class: Aws::CodeConnections::Types::RetryLatestCommitFailedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


1289
1290
1291
1292
1293
# File 'lib/aws-sdk-codeconnections/types.rb', line 1289

class RetryLatestCommitFailedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end