Class: Aws::CodeConnections::Types::SyncConfigurationStillExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::SyncConfigurationStillExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeconnections/types.rb
Overview
Unable to continue. The sync blocker still exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1530 1531 1532 1533 1534 |
# File 'lib/aws-sdk-codeconnections/types.rb', line 1530 class SyncConfigurationStillExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |