Class: Aws::CodeStarconnections::Types::UpdateOutOfSyncException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::UpdateOutOfSyncException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
The update is out of sync. Try syncing again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1664 1665 1666 1667 1668 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1664 class UpdateOutOfSyncException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |