Class: Aws::CodeStarconnections::Types::SyncConfigurationStillExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::SyncConfigurationStillExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Unable to continue. The sync blocker still exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 1518 class SyncConfigurationStillExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |