Class: Aws::CodeConnections::Types::SyncConfigurationStillExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/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

#messageString

Returns:

  • (String)


1530
1531
1532
1533
1534
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 1530

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